mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fix CodeQL printf argument type warning
This commit is contained in:
parent
fe0e5c1d9c
commit
9ab37e54b4
1 changed files with 1 additions and 1 deletions
|
@ -4493,5 +4493,5 @@ void FS_FileTime(const char *filename, char *date, char *size)
|
|||
tm.tm_hour < 12 ? 'a' : 'p'
|
||||
);
|
||||
|
||||
Q_snprintf(size, 128, "%d", fileSize);
|
||||
Q_snprintf(size, 128, "%ld", fileSize);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue