OSSP CVS Repository

ossp - Difference in ossp-pkg/l2/l2_ut_format.c versions 1.13 and 1.14
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/l2/l2_ut_format.c 1.13 -> 1.14

--- l2_ut_format.c       2005/02/03 09:54:30     1.13
+++ l2_ut_format.c       2007/06/08 13:55:11     1.14
@@ -125,7 +125,8 @@
 #ifndef TRUE
 #define TRUE (!FALSE)
 #endif
-#define S_NULL          "(NULL)"
+static char l2_util_fmt_null[] = "(NULL)";
+#define S_NULL          l2_util_fmt_null
 #define S_NULL_LEN      6
 #define FLOAT_DIGITS    6
 #define EXPONENT_LENGTH 10

CVSTrac 2.0.1