sh+edit: Miscellaneous fixes
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e76ccd6c4c
commit
54a4ebe5bb
@ -25,7 +25,6 @@ int main(int argc, char** argv)
|
||||
{
|
||||
char* rc = fgets(buffer, sizeof(buffer), stdin);
|
||||
if (rc == 0) break;
|
||||
if (!strcmp(rc, "EOF\n")) break;
|
||||
fputs(buffer, f);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user