head 1.2; access; symbols OPENPKG_E1_MP_HEAD:1.2 OPENPKG_E1_MP:1.2 OPENPKG_E1_MP_2_STABLE:1.2 OPENPKG_E1_FP:1.2 OPENPKG_2_STABLE_20061018:1.2 OPENPKG_2_STABLE:1.2.0.12 OPENPKG_2_STABLE_BP:1.2 OPENPKG_2_5_SOLID:1.2.0.10 OPENPKG_2_5_SOLID_BP:1.2 OPENPKG_2_4_RELEASE:1.2 OPENPKG_2_4_SOLID:1.2.0.8 OPENPKG_2_4_SOLID_BP:1.2 OPENPKG_2_3_RELEASE:1.2 OPENPKG_2_3_SOLID:1.2.0.6 OPENPKG_2_3_SOLID_BP:1.2 OPENPKG_2_2_RELEASE:1.2 OPENPKG_2_2_SOLID:1.2.0.4 OPENPKG_2_2_SOLID_BP:1.2 OPENPKG_2_1_RELEASE:1.2 OPENPKG_2_1_SOLID:1.2.0.2 OPENPKG_2_1_SOLID_BP:1.2 OPENPKG_2_0_RELEASE:1.1 OPENPKG_2_0_SOLID:1.1.0.6 OPENPKG_2_0_SOLID_BP:1.1 OPENPKG_1_3_RELEASE:1.1.4.1 OPENPKG_1_3_SOLID:1.1.0.4 OPENPKG_1_STABLE:1.1.0.2; locks; strict; comment @# @; 1.2 date 2004.04.03.11.56.25; author rse; state dead; branches; next 1.1; 1.1 date 2003.07.31.08.10.50; author rse; state Exp; branches 1.1.2.1 1.1.4.1; next ; 1.1.2.1 date 2003.07.31.08.11.36; author rse; state Exp; branches; next ; 1.1.4.1 date 2003.07.31.08.12.06; author rse; state Exp; branches; next ; desc @@ 1.2 log @upgrading package: ex 1.0.2 -> 1.0.3 @ text @--- ts.c.orig Thu Jan 30 12:04:20 2003 +++ ts.c Thu Jul 31 10:09:09 2003 @@@@ -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) @ 1.1 log @fix building: va_list cannot be compared against NULL @ text @@ 1.1.4.1 log @MFS: fix building: va_list cannot be compared against NULL @ text @@ 1.1.2.1 log @MFC: fix building: va_list cannot be compared against NULL @ text @@