diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-06 13:52:38 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-06 13:52:38 +0000 |
commit | b9bd2c10b3136ee2f7e7cda0693257887f09d3ee (patch) | |
tree | fa8ab98a3eebcdefb7a4c0cf52993b99e79f5ea3 /devel/ossp-ex/files/extra-patch-ts.c | |
parent | - Fix wrong filename in a shell script echoed message (diff) |
- Update to version 1.0.4
PR: ports/65213
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=106325
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) |