diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-12-19 16:51:53 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-01-16 22:29:39 -0500 |
commit | b7cf7bd9ae31aeddd03ad2094dd480d2b1d34d4f (patch) | |
tree | 86b0e53db9405747d9e4cc1a0866db9ff9c194c6 /src/common | |
parent | 65b90edbe4f456ee59c163e72bc75e522c4e9288 (diff) | |
download | tor-b7cf7bd9ae31aeddd03ad2094dd480d2b1d34d4f.tar tor-b7cf7bd9ae31aeddd03ad2094dd480d2b1d34d4f.tar.gz |
Fix an instance of snprintf; don't use _snprintf directly
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/compat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/compat.h b/src/common/compat.h index 86ea0c41d..630682e63 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -59,7 +59,6 @@ #include <io.h> #include <math.h> #include <projects.h> -#define snprintf _snprintf /* this is not exported as W .... */ #define SHGetPathFromIDListW SHGetPathFromIDList /* wcecompat has vasprintf */ |