mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 04:53:06 +01:00
Merge branch 'master' of github.com:bkaradzic/bx
This commit is contained in:
@@ -559,7 +559,7 @@ namespace bx
|
||||
return StringView(eol.getTerm(), _str.getTerm() );
|
||||
}
|
||||
|
||||
eol = strFind(str, "\n");
|
||||
eol = strFind(str, '\n');
|
||||
if (!eol.isEmpty() )
|
||||
{
|
||||
return StringView(eol.getTerm(), _str.getTerm() );
|
||||
@@ -583,7 +583,7 @@ namespace bx
|
||||
return StringView(eol.getPtr(), _str.getTerm() );
|
||||
}
|
||||
|
||||
eol = strFind(str, "\n");
|
||||
eol = strFind(str, '\n');
|
||||
if (!eol.isEmpty() )
|
||||
{
|
||||
return StringView(eol.getPtr(), _str.getTerm() );
|
||||
|
||||
Reference in New Issue
Block a user