From: Sergey Poznyakoff Date: Thu, 2 Sep 2004 13:53:30 +0000 (+0000) Subject: (usage): Minor fix X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=2e419759d16c74f10d20f26e1a6970b4f9b0ba72;p=chaz%2Ftar (usage): Minor fix --- diff --git a/src/tar.c b/src/tar.c index 50202a2..430bc22 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); }