OSSP CVS Repository

ossp - Difference in ossp-pkg/str/str_test.c versions 1.21 and 1.22
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/str/str_test.c 1.21 -> 1.22

--- str_test.c   2001/08/16 13:21:23     1.21
+++ str_test.c   2001/12/27 12:11:01     1.22
@@ -32,6 +32,10 @@
 #include "str.h"
 #include "str_config.h"
 
+#if defined(HAVE_DMALLOC_H) && defined(WITH_DMALLOC)
+#include "dmalloc.h"
+#endif
+
 #define LONG_STRING 1024
 
 /*
@@ -295,6 +299,7 @@
         else
             (*ok)++;
     }
+    str_parse(NULL, NULL);
     return;
 }
 

CVSTrac 2.0.1