mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +00:00
NX/VITA: Don't force-close a file when we hit EoL in fgets()
This commit is contained in:
parent
4c936cbe41
commit
b4a93ca2be
1 changed files with 0 additions and 1 deletions
|
@ -2950,7 +2950,6 @@ void PF_fgets (void)
|
|||
}
|
||||
if (!count) // EndOfFile
|
||||
{
|
||||
Sys_FileClose(h);
|
||||
G_INT(OFS_RETURN) = OFS_NULL; // void string
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue