mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +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…
Reference in New Issue
Block a user