mirror of
https://github.com/libretro/libretro-common.git
synced 2025-04-02 10:31:51 -04:00
whoops, cute bug
This commit is contained in:
parent
fc2866b999
commit
c3c0facc97
1 changed files with 1 additions and 1 deletions
|
@ -246,8 +246,8 @@ int filestream_scanf(RFILE *stream, const char* format, ...)
|
|||
/* specifier - always a single character (except ]) */
|
||||
if (*format == '[')
|
||||
{
|
||||
*subfmtiter++ = *format++;
|
||||
while (*format != ']') *subfmtiter++ = *format++;
|
||||
*subfmtiter++ = *format++;
|
||||
}
|
||||
else *subfmtiter++ = *format++;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue