OSSP CVS Repository

ossp - Difference in ossp-pkg/sa/ts.c versions 1.5 and 1.6
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/sa/ts.c 1.5 -> 1.6

--- ts.c 2002/03/08 23:08:39     1.5
+++ ts.c 2002/11/07 12:44:12     1.6
@@ -126,7 +126,7 @@
     int n;
     int bytes;
 
-    if (format == NULL || ap == NULL)
+    if (format == NULL)
         return -1;
     bytes = 0;
     while (*format != '\0') {
@@ -200,7 +200,7 @@
     int n;
     va_list ap2;
 
-    if (format == NULL || ap == NULL)
+    if (format == NULL)
         return NULL;
     ap2 = ap;
     if ((n = ts_suite_mvxprintf(NULL, 0, format, ap)) == -1)

CVSTrac 2.0.1