mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 19:24:46 +00:00
fix lockup
this seems to fix a lockup that happens randomly on windows at startup, content load/content unload/controller hotplug
This commit is contained in:
parent
4a7bbc4dcc
commit
9300313fce
@ -265,7 +265,7 @@ static char *strip_comment(char *str)
|
||||
char *strend = str + strlen(str);
|
||||
bool cut_comment = true;
|
||||
|
||||
while (*str)
|
||||
while (!string_is_empty)
|
||||
{
|
||||
char *comment = NULL;
|
||||
char *literal = strchr(str, '\"');
|
||||
|
Loading…
Reference in New Issue
Block a user