projects
/
phpyaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec19201
)
Fix definition of ODR_INT_PRINTF PHPYAZ-18
author
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 5 May 2013 15:12:51 +0000
(17:12 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 5 May 2013 15:12:51 +0000
(17:12 +0200)
php_yaz.c
patch
|
blob
|
history
diff --git
a/php_yaz.c
b/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