mirror of
https://frontier.innolan.net/rainlance/amiga-ntimed.git
synced 2026-05-03 05:43:25 +00:00
A bit of signed/unsigned cleanup work.
This commit is contained in:
@@ -121,7 +121,7 @@ simfile_readline(struct ocx *ocx, struct todolist *tdl, void *priv)
|
||||
|
||||
while (1) {
|
||||
if (fgets(buf, sizeof buf, sf->input) == NULL) {
|
||||
Debug(ocx, "EOF on -s file (%s)", sf->filename);
|
||||
Debug(ocx, "EOF on -s file (%s)\n", sf->filename);
|
||||
exit(0);
|
||||
}
|
||||
p = strchr(buf, '\r');
|
||||
|
||||
Reference in New Issue
Block a user