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/or/or.h | |
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/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 459e18e46..6ec7c3a79 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -81,7 +81,6 @@ #include <process.h> #include <direct.h> #include <windows.h> -#define snprintf _snprintf #endif #ifdef USE_BUFFEREVENTS |