Commit f06c6f4
authored
patch: explicit eof check
When patching a file that has already been patched, the line loop contains a nested "readline" which needs to terminate the loop if EOF is detected. I put this in a new commit so the last commit was more obvious that it was only restoring old code.1 parent c47e9da commit f06c6f4
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
867 | 867 | | |
868 | 868 | | |
869 | 869 | | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
870 | 874 | | |
871 | 875 | | |
872 | 876 | | |
| |||
0 commit comments