diff options
Diffstat (limited to 'mg_tools.c')
-rw-r--r-- | mg_tools.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ mgWarning (const char *fmt, ...) isyslog ("Warning: %s\n", buffer); #endif } - extern void showmessage(const char*); + extern void showmessage(const char*,int duration=0); showmessage(buffer); va_end (ap); } |