1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Fix patch. Previous patch I committed contains test code.

Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>
This commit is contained in:
Motoyuki Konno 2003-07-19 11:34:58 +00:00
parent d05ed8dfd7
commit fd0b805e7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85188

View File

@ -36,8 +36,7 @@ diff -u sbr/concat.c.orig sbr/concat.c
dp = sp = malloc (len);
if (dp == NULL)
- adios (NULLCP, "unable to allocate string storage");
+ err ("unable to allocate string storage");
adios (NULLCP, "unable to allocate string storage");
- va_start (list);
- while (cp = va_arg (list, char *))