mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Update playlist.c
This commit is contained in:
parent
e65b4d8c1c
commit
edf58d9e29
@ -468,7 +468,6 @@ static bool playlist_read_file(
|
||||
*/
|
||||
if(last = strrchr(buf[i], '\r'))
|
||||
*last = '\0';
|
||||
*last = '\0';
|
||||
else if(last = strrchr(buf[i], '\n'))
|
||||
*last = '\0';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user