de2f97f40e
Submitted by: Jiri Pridal <jiri.pridal@jmk.izscr.cz> Obtained from: GNU CVS
17 lines
271 B
C
17 lines
271 B
C
|
|
$FreeBSD$
|
|
|
|
--- src/tar.c.orig
|
|
+++ src/tar.c
|
|
@@ -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;
|
|
|