mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
correct comment for accuracy
This commit is contained in:
parent
c6bc316e04
commit
35437057b9
@ -463,7 +463,7 @@ static bool playlist_read_file(
|
|||||||
if (!filestream_gets(file, buf[i], sizeof(buf[i])))
|
if (!filestream_gets(file, buf[i], sizeof(buf[i])))
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
/* Read playlist entry and terminate string with NULL
|
/* Read playlist entry and terminate string with NUL character
|
||||||
* regardless of Windows or Unix line endings
|
* regardless of Windows or Unix line endings
|
||||||
*/
|
*/
|
||||||
if((last = strrchr(buf[i], '\r')))
|
if((last = strrchr(buf[i], '\r')))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user