Renaming string functions.

This commit is contained in:
Branimir Karadžić
2017-04-22 14:47:02 -07:00
parent 97ddfaa776
commit c9679731a5
16 changed files with 112 additions and 112 deletions

View File

@@ -43,7 +43,7 @@ namespace bgfx
, BX_COUNTOF(moduleName)
);
if (0 != result
&& 0 == bx::strincmp(_name, moduleName) )
&& 0 == bx::strCmpI(_name, moduleName) )
{
return true;
}