X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=blobdiff_plain;f=src%2Ftar.c;h=225c6243c7024c55e9e124265913789b61bb894f;hp=cd32379035fac0efe9994577b6f5bdc487a53589;hb=163e96a0e619a900eab6de827c7c5749ecc9d3f2;hpb=0e0a852e9115da076d482d0a7fb6abe8bd7e2b78 diff --git a/src/tar.c b/src/tar.c index cd32379..225c624 100644 --- a/src/tar.c +++ b/src/tar.c @@ -1641,7 +1641,7 @@ parse_opt (int key, char *arg, struct argp_state *state) break; case 'T': - name_add_file (arg, filename_terminator); + name_add_file (arg, filename_terminator, MAKE_INCL_OPTIONS (args)); /* Indicate we've been given -T option. This is for backward compatibility only, so that `tar cfT archive /dev/null will succeed */