mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
fix the last commit
This commit is contained in:
parent
4717a2df64
commit
86b5b361da
@ -265,7 +265,7 @@ static char *strip_comment(char *str)
|
|||||||
char *strend = str + strlen(str);
|
char *strend = str + strlen(str);
|
||||||
bool cut_comment = true;
|
bool cut_comment = true;
|
||||||
|
|
||||||
while (!string_is_empty)
|
while (!string_is_empty(str))
|
||||||
{
|
{
|
||||||
char *comment = NULL;
|
char *comment = NULL;
|
||||||
char *literal = strchr(str, '\"');
|
char *literal = strchr(str, '\"');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user