From: Bruno Haible Date: Mon, 9 Jul 2001 12:28:37 +0000 (+0000) Subject: Oops. X-Git-Tag: v0.11~621 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=644f23518f5326fd4f7db295fbcbaf4a54d7f5f7;p=thirdparty%2Fgettext.git Oops. --- diff --git a/lib/pipe-bidi.c b/lib/pipe-bidi.c index fe207778e..794b67e5c 100644 --- a/lib/pipe-bidi.c +++ b/lib/pipe-bidi.c @@ -139,7 +139,7 @@ create_pipe_bidi (progname, prog_path, prog_argv, fd) _exit (-1); } if (child == -1) - error (EXIT_FAILURE, errno, _("%s subprocess failed"), prog_argv); + error (EXIT_FAILURE, errno, _("%s subprocess failed"), progname); #endif close (ofd[0]); close (ifd[1]);