From b9bd2c10b3136ee2f7e7cda0693257887f09d3ee Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Tue, 6 Apr 2004 13:52:38 +0000 Subject: - Update to version 1.0.4 PR: ports/65213 Submitted by: maintainer --- devel/ossp-ex/files/extra-patch-ts.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 devel/ossp-ex/files/extra-patch-ts.c (limited to 'devel/ossp-ex/files/extra-patch-ts.c') diff --git a/devel/ossp-ex/files/extra-patch-ts.c b/devel/ossp-ex/files/extra-patch-ts.c deleted file mode 100644 index 6ef80977b360..000000000000 --- a/devel/ossp-ex/files/extra-patch-ts.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ts.c.orig Wed Mar 24 17:36:35 2004 -+++ ts.c Wed Mar 24 17:36:49 2004 -@@ -202,7 +202,7 @@ - - if (format == NULL || ap == NULL) - return NULL; -- ap2 = ap; -+ va_copy(ap2, ap); - if ((n = ts_suite_mvxprintf(NULL, 0, format, ap)) == -1) - return NULL; - if ((buffer = (char *)malloc(n+1)) == NULL) -- cgit v1.2.3