]> Dogcows Code - chaz/tar/blobdiff - src/tar.c
ChangeLog
[chaz/tar] / src / tar.c
index 4680f4677f33f1aac85eff797bceba0cbd95aa68..67bb0be7816eed29dabfea111e8f33aa2f79c24f 100644 (file)
--- a/src/tar.c
+++ b/src/tar.c
@@ -1042,6 +1042,9 @@ report_textual_dates (struct tar_args *args)
 \f
 static volatile int _argp_hang;
 
+/* Either NL or NUL, as decided by the --null option.  */
+static char filename_terminator;
+
 enum read_file_list_state  /* Result of reading file name from the list file */
   {
     file_list_success,     /* OK, name read successfully */
This page took 0.019829 seconds and 4 git commands to generate.