🚨 removed compiler warnings
This commit is contained in:
parent
0460b90977
commit
850922269d
5 changed files with 26 additions and 28 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue