OSSP CVS Repository

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

ossp-pkg/sa/sa.c 1.69 -> 1.70

--- sa.c 2002/11/07 12:17:06     1.69
+++ sa.c 2002/11/07 12:44:12     1.70
@@ -318,7 +318,7 @@
     int n;
     int bytes;
 
-    if (format == NULL || ap == NULL)
+    if (format == NULL)
         return -1;
     bytes = 0;
     while (*format != '\0') {
@@ -400,7 +400,7 @@
     int n;
     sa_mvsnprintf_cb_t ctx;
 
-    if (format == NULL || ap == NULL)
+    if (format == NULL)
         return -1;
     if (buffer != NULL && bufsize == 0)
         return -1;

CVSTrac 2.0.1