Commit 6b45fcf1 authored by Wayne Davison's avatar Wayne Davison

Undid previous change.

parent 49c24ecc
...@@ -406,8 +406,8 @@ int read_filesfrom_line(int fd, char *fname) ...@@ -406,8 +406,8 @@ int read_filesfrom_line(int fd, char *fname)
} }
*s = '\0'; *s = '\0';
/* Dump comments if reading locally. */ /* Dump comments. */
if (!reading_remotely && (*fname == '#' || *fname == ';')) if (*fname == '#' || *fname == ';')
goto start; goto start;
return s - fname; return s - fname;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment