X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsh-quote.c;h=40fbdfe9f9d1f4c5392e5beea38638a4effc0758;hb=fb7fde6f658ac18b7ab7ca61dca9a290cc8c3348;hp=eeef088fda8e6621fc8c98ca5d7f5510e7f44bfc;hpb=99099106c3c1cb16ed1e91be970332fe225e278b;p=gnulib.git diff --git a/lib/sh-quote.c b/lib/sh-quote.c index eeef088fd..40fbdfe9f 100644 --- a/lib/sh-quote.c +++ b/lib/sh-quote.c @@ -88,7 +88,7 @@ shell_quote_argv (char **argv) break; } - command = (char *) xmalloc (length); + command = XNMALLOC (length, char); p = command; for (argp = argv; ; )