Renaming string functions.

This commit is contained in:
Branimir Karadžić
2017-04-16 21:55:53 -07:00
parent 010b472f69
commit d3200d1d26
10 changed files with 57 additions and 78 deletions

View File

@@ -270,7 +270,7 @@ namespace bx
++arg;
if (_short == *arg)
{
if (1 == strnlen(arg) )
if (1 == strLen(arg) )
{
if (0 == _skip)
{