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)
|
|