Explorar el Código

(usage): Minor fix

Sergey Poznyakoff hace 20 años
padre
commit
2e419759d1
Se han modificado 1 ficheros con 1 adiciones y 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);
 }