made just a little bit more robust
This commit is contained in:
parent
1c075acf23
commit
5753239a83
@ -303,6 +303,7 @@ controlline() {
|
||||
assert(l == '\0');
|
||||
do {
|
||||
l = getc(f1);
|
||||
if (l == EOF) fatal(0, "temp file mangled");
|
||||
putc(l,f2);
|
||||
} while ( l != '\n' ) ;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user