Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 5b8b6132026058084c61b740d28c4765 > files > 12

tar-1.15.1-23.0.1.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;