aboutsummaryrefslogtreecommitdiffstats
path: root/common/util.h
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2011-06-01 19:43:30 +0000
committerMarcus Brinkmann <[email protected]>2011-06-01 19:43:30 +0000
commit1c684df5b89bee6a67e07e0733c5a65198a3afe5 (patch)
treeb4ab80ccb36ced3f029b415b39f9d1383b59207f /common/util.h
parentpo (diff)
downloadgnupg-1c684df5b89bee6a67e07e0733c5a65198a3afe5.tar.gz
gnupg-1c684df5b89bee6a67e07e0733c5a65198a3afe5.zip
Fix size_t vs int issues.
Diffstat (limited to 'common/util.h')
-rw-r--r--common/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h
index 45bccecd2..31c2caacb 100644
--- a/common/util.h
+++ b/common/util.h
@@ -62,6 +62,7 @@
/* Due to a bug in mingw32's snprintf related to the 'l' modifier and
for increased portability we use our snprintf on all systems. */
+#undef snprintf
#define snprintf estream_snprintf