From 780cf6f079b92b8dddf09d9e5e8a9400279a96cb Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 8 Feb 2006 21:34:15 +0000 Subject: [PATCH] (tar_set_quoting_style): Provide second argument to the format spec: program_invocation_short_name. Reported by Jim Meyering. --- src/tar.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tar.c b/src/tar.c index 7159e24..279e1f8 100644 --- a/src/tar.c +++ b/src/tar.c @@ -23,6 +23,7 @@ #include #include +#include #include #if ! defined SIGCHLD && defined SIGCLD @@ -235,7 +236,7 @@ tar_set_quoting_style (char *arg) return; } FATAL_ERROR ((0, 0, - _("Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."), arg)); + _("Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."), arg, program_invocation_short_name)); } -- 2.44.0