X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=blobdiff_plain;f=src%2Fnames.c;h=fc9841e25410d45f9ff3c3871ab676863af39d09;hp=32403b3995f8193638dd522de5f50d37dd80f988;hb=6e8bca8b5664f9070fe9cc0d16dff324eb24c069;hpb=d28eee6b4f16d0fb847ee57771a42062259405b8 diff --git a/src/names.c b/src/names.c index 32403b3..fc9841e 100644 --- a/src/names.c +++ b/src/names.c @@ -22,6 +22,7 @@ #include #include #include +#include #include "common.h" @@ -491,6 +492,8 @@ read_next_name (struct name_elt *ent, struct name_elt *ret) ent->v.file.term = 0; /* fall through */ case file_list_success: + if (unquote_option) + unquote_string (name_buffer); if (handle_option (name_buffer) == 0) { name_list_adjust ();