Blob Blame History Raw
--- tar-1.15.1/src/tar.c.optionsOrder	2006-04-24 15:25:55.000000000 +0200
+++ tar-1.15.1/src/tar.c	2006-04-24 15:27:01.000000000 +0200
@@ -617,9 +617,9 @@
   
   switch (key)
     {
-      case 1:
+      case ARGP_KEY_ARG:
 	/* File name or non-parsed option, because of ARGP_IN_ORDER */
-	name_add (optarg);
+	name_add (arg);
 	args->input_files++;
 	break;