From: Sergey Poznyakoff Date: Thu, 2 Sep 2004 13:53:30 +0000 (+0000) Subject: (usage): Minor fix X-Git-Tag: release_1_15~77 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=2e419759d16c74f10d20f26e1a6970b4f9b0ba72;p=debian%2Ftar (usage): Minor fix --- diff --git a/src/tar.c b/src/tar.c index 50202a29..430bc223 100644 --- a/src/tar.c +++ b/src/tar.c @@ -1255,7 +1255,7 @@ static struct argp argp = { void usage (int status) { - argp_help (&argp, stderr, ARGP_HELP_SEE, program_name); + argp_help (&argp, stderr, ARGP_HELP_SEE, (char*) program_name); exit (status); }