mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[c,printf] fix wlog format string to match arguments
This commit is contained in:
2
libfreerdp/cache/glyph.c
vendored
2
libfreerdp/cache/glyph.c
vendored
@@ -58,7 +58,7 @@ static UINT32 update_glyph_offset(const BYTE* data, size_t length, UINT32 index,
|
||||
offset |= ((UINT32)data[index++]) << 8;
|
||||
}
|
||||
else
|
||||
WLog_WARN(TAG, "[%s] glyph index out of bound %" PRIu32 " [max %" PRIuz "]", index,
|
||||
WLog_WARN(TAG, "glyph index out of bound %" PRIu32 " [max %" PRIuz "]", index,
|
||||
length);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user