From fd0b805e7e98ac30ed71de4ae5163cc2ea11eeed Mon Sep 17 00:00:00 2001 From: Motoyuki Konno Date: Sat, 19 Jul 2003 11:34:58 +0000 Subject: Fix patch. Previous patch I committed contains test code. Submitted by: Hajimu UMEMOTO --- japanese/mh/files/patch-sbr:concat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'japanese') diff --git a/japanese/mh/files/patch-sbr:concat.c b/japanese/mh/files/patch-sbr:concat.c index 8964922de1a3..6a436f0f6618 100644 --- a/japanese/mh/files/patch-sbr:concat.c +++ b/japanese/mh/files/patch-sbr:concat.c @@ -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 *)) -- cgit v1.2.3