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)
}
*s = '\0';
/* Dump comments if reading locally. */
if (!reading_remotely && (*fname == '#' || *fname == ';'))
/* Dump comments. */
if (*fname == '#' || *fname == ';')
goto start;
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