gd/gd-format.patch

12 lines
275 B
Diff
Raw Normal View History

--- gd-2.0.32/gdkanji.c.xx 2005-02-05 10:38:02.201752762 +0100
+++ gd-2.0.32/gdkanji.c 2005-02-05 10:38:48.616943407 +0100
@@ -100,7 +100,7 @@
#endif
}
-static void
+static void __attribute__((__format__(printf,1,2)))
error (const char *format, ...)
{
va_list args;