From 2e419759d16c74f10d20f26e1a6970b4f9b0ba72 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 2 Sep 2004 13:53:30 +0000 Subject: [PATCH] (usage): Minor fix --- src/tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.45.2