mirror of
https://github.com/libretro/RetroArch
synced 2025-02-05 06:40:07 +00:00
(courtesy of Psyraven) Fix crashes with Explore view
This commit is contained in:
parent
953a2d011d
commit
20ec0c605a
@ -844,7 +844,7 @@ static void explore_append_title(char *s, size_t len,
|
||||
va_list ap;
|
||||
size_t _len = strlen(s);
|
||||
va_start(ap, fmt);
|
||||
vsnprintf(s + len, len - _len, fmt, ap);
|
||||
vsnprintf(s + _len, len - _len, fmt, ap);
|
||||
va_end(ap);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user