mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Cleanup.
This commit is contained in:
@@ -67,7 +67,7 @@ namespace bx
|
||||
|
||||
bool toBool(const char* _str)
|
||||
{
|
||||
char ch = (char)toLower(_str[0]);
|
||||
char ch = toLower(_str[0]);
|
||||
return ch == 't' || ch == '1';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user