Przeglądaj źródła

(usage): Minor fix

Sergey Poznyakoff 20 lat temu
rodzic
commit
2e419759d1
1 zmienionych plików z 1 dodań i 1 usunięć
  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);
 }