diff options
Diffstat (limited to 'devel/ossp-ex/files/extra-patch-ts.c')
-rw-r--r-- | devel/ossp-ex/files/extra-patch-ts.c | 11 |
1 files changed, 0 insertions, 11 deletions
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) |