Removed need for varying.def semicolont terminator.
This commit is contained in:
parent
ade8f49b6d
commit
2f292bd348
@ -1929,6 +1929,11 @@ int main(int _argc, const char* _argv[])
|
||||
{
|
||||
parse = bx::strws(parse);
|
||||
const char* eol = strchr(parse, ';');
|
||||
if (NULL == eol)
|
||||
{
|
||||
eol = bx::streol(parse);
|
||||
}
|
||||
|
||||
if (NULL != eol)
|
||||
{
|
||||
const char* precision = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user