Explorar o código

(usage): Minor fix

Sergey Poznyakoff %!s(int64=20) %!d(string=hai) anos
pai
achega
2e419759d1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/tar.c

+ 1 - 1
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);
 }