mirror of
https://github.com/nothings/stb
synced 2025-01-19 04:39:17 +03:00
Merge branch 'working' into work2
This commit is contained in:
commit
ca1b58154d
@ -3,7 +3,7 @@
|
|||||||
// http://github.com/nothings/stb
|
// http://github.com/nothings/stb
|
||||||
//
|
//
|
||||||
// allowed types: sc uidBboXx p AaGgEef n
|
// allowed types: sc uidBboXx p AaGgEef n
|
||||||
// lengths : h ll j z t I64 I32 I
|
// lengths : hh h ll j z t I64 I32 I
|
||||||
//
|
//
|
||||||
// Contributors:
|
// Contributors:
|
||||||
// Fabian "ryg" Giesen (reformatting)
|
// Fabian "ryg" Giesen (reformatting)
|
||||||
@ -472,6 +472,8 @@ STBSP__PUBLICDEF int STB_SPRINTF_DECORATE(vsprintfcb)(STBSP_SPRINTFCB *callback,
|
|||||||
case 'h':
|
case 'h':
|
||||||
fl |= STBSP__HALFWIDTH;
|
fl |= STBSP__HALFWIDTH;
|
||||||
++f;
|
++f;
|
||||||
|
if (f[0] == 'h')
|
||||||
|
++f; // QUARTERWIDTH
|
||||||
break;
|
break;
|
||||||
// are we 64-bit (unix style)
|
// are we 64-bit (unix style)
|
||||||
case 'l':
|
case 'l':
|
||||||
|
Loading…
Reference in New Issue
Block a user