mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 13:03:06 +01:00
Renaming string functions.
This commit is contained in:
@@ -270,7 +270,7 @@ namespace bx
|
||||
++arg;
|
||||
if (_short == *arg)
|
||||
{
|
||||
if (1 == strnlen(arg) )
|
||||
if (1 == strLen(arg) )
|
||||
{
|
||||
if (0 == _skip)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user