diff Isolated/tErrorLib.c @ 61:72570fcd30e8

Fixed #define DONT_USE_VASPRINT(F) typo for Thanks to Johnson Lin for testing and reporting these issues! Johnson Lin < arch . jslin - at - gmail . com >
author Eric Wing <ewing . public |-at-| gmail . com>
date Tue, 19 Jun 2012 00:22:40 -0700
parents c07dbd386ded
children aace3301c8d1
line wrap: on
line diff
--- a/Isolated/tErrorLib.c	Tue Jun 19 00:23:35 2012 -0700
+++ b/Isolated/tErrorLib.c	Tue Jun 19 00:22:40 2012 -0700
@@ -17,7 +17,7 @@
  */
 #define TERROR_ERROR_VALUE 1
 
-#ifdef DONT_USE_VASPRINT
+#ifdef DONT_USE_VASPRINTF
 	#define TERROR_DEFAULT_STRING_LENGTH 128
 	/* Visual Studio doesn't define snprintf but _snprintf */
 	#ifdef _MSC_VER