/[tar]/tar/src/tar.c
ViewVC logotype

Diff of /tar/src/tar.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- tar/src/tar.c	2004/12/22 10:53:48	1.109
+++ tar/src/tar.c	2005/01/05 17:30:36	1.110
@@ -617,9 +617,9 @@ parse_opt(int key, char *arg, struct arg
   
   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;
 

 

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26