Sergey Poznyakoff 20 rokov pred
rodič
commit
2e419759d1
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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);
 }