🚨 removed compiler warnings

This commit is contained in:
Niels Lohmann 2018-06-23 10:28:04 +02:00
parent 0460b90977
commit 850922269d
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
5 changed files with 26 additions and 28 deletions

View file

@ -1173,7 +1173,7 @@ scan_number_done:
{
// escape control characters
char cs[9];
snprintf(cs, 9, "<U+%.4X>", c);
snprintf(cs, 9, "<U+%.4hhX>", c);
result += cs;
}
else