Fix definition of ODR_INT_PRINTF PHPYAZ-18
[phpyaz-moved-to-github.git] / php_yaz.c
index 3dfdd5d..1ba1217 100644 (file)
--- a/php_yaz.c
+++ b/php_yaz.c
@@ -49,7 +49,7 @@
 #include <yaz/zoom.h>
 
 #ifndef ODR_INT_PRINTF
-#define ODR_INT_PRINTF %d
+#define ODR_INT_PRINTF "%d"
 #endif
 
 #define MAX_ASSOC 200