Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 953dcd855110118a303762321a186f4a > files > 13

tar-1.15.1-30.el5.src.rpm

--- tar-1.15.1/src/tar.c.optionsOrder	2006-09-19 21:39:41.000000000 +0200
+++ tar-1.15.1/src/tar.c	2006-09-19 21:40:35.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;