mirror of
https://github.com/libretro/RetroArch
synced 2025-03-14 10:21:46 +00:00
properly initialize variable (#17555)
This commit is contained in:
parent
71a4ff07e3
commit
b0999db885
@ -240,7 +240,7 @@ int filestream_vscanf(RFILE *stream, const char* format, va_list *args)
|
||||
{
|
||||
if (*format == '%')
|
||||
{
|
||||
int sublen;
|
||||
int sublen = 0;
|
||||
char* subfmtiter = subfmt;
|
||||
bool asterisk = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user