Allow BX_CRT_MUSL to be defined via compiler options. Issue #142.

This commit is contained in:
Branimir Karadžić
2017-03-18 15:26:06 -07:00
parent 8ce4ee0650
commit ccdb15b820
3 changed files with 14 additions and 1 deletions

View File

@@ -743,7 +743,9 @@ namespace bx
};
break;
case 'e':
case 'f':
case 'g':
param.upper = isUpper(ch);
size += write(_writer, va_arg(_argList, double), param, _err);
break;