Fix issue 326: Program doesn't find data directory on some linux (attempt. Tested ok on Debian)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1380 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2010-03-11 20:40:25 +00:00
parent 50791f752b
commit 54317d94ae
2 changed files with 16 additions and 4 deletions

View File

@@ -51,4 +51,4 @@ void Warning_function(const char *message, const char *filename, int line_number
/// some information about the calling function, and then resume silently.
/// This is most useful in debugger so you can put a breakpoint on
/// ::Warning_function and examine the stack trace.
#define Warning(msg) Warning_function(msg, __FILE__,__LINE__,__func__)
#define Warning(msg) Warning_function(msg, __FILE__,__LINE__,__func__)