From: Michael R. <re...@eu...> - 2006-09-07 09:08:15
|
Hi Ernst, > -void message(const int level, const char *format, ...); > +void message(const int level, const char *format, ...) __attribute__((format > (__printf__, 2, 3) )); Great, thanks a lot! I applied it, and corrected a really lot of format mismatches in various source files! Committed to CVS. -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |