diff options
Diffstat (limited to 'japanese/mh')
-rw-r--r-- | japanese/mh/files/patch-sbr:concat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/japanese/mh/files/patch-sbr:concat.c b/japanese/mh/files/patch-sbr:concat.c index 8964922..6a436f0 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 *)) |