replace: Fix ifndefs for formatting defines.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 23 Aug 2010 13:10:07 +0000 (15:10 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 23 Aug 2010 13:10:07 +0000 (15:10 +0200)
Thanks to Michael Brown for pointing this out.

lib/replace/replace.h

index 713634e54166cb3cd1bcaa6d4fa7a7843622a01c..4efcb4c6ee215bd09d5088ffdf095add04a3b4dc 100644 (file)
 #ifndef PRIi8
 # define PRIi8         "i"
 #endif
-#ifndef PRIi8
+#ifndef PRIi16
 # define PRIi16                "i"
 #endif
-#ifndef PRIi8
+#ifndef PRIi32
 # define PRIi32                "i"
 #endif
-#ifndef PRIi8
+#ifndef PRIi64
 # define PRIi64                __PRI64_PREFIX "i"
 #endif