Use correct format string for size_t args
This commit is contained in:
@ -2018,7 +2018,7 @@ loadit (const gchar * fn)
|
||||
|
||||
s.com.numtexture = 0;
|
||||
|
||||
snprintf (fmt_str, sizeof (fmt_str), "%%d %%d %%%ds", sizeof (endbuf) - 1);
|
||||
snprintf (fmt_str, sizeof (fmt_str), "%%d %%d %%%zus", sizeof (endbuf) - 1);
|
||||
|
||||
while (!feof (f))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user