mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
CI fix.
This commit is contained in:
committed by
Branimir Karadžić
parent
d800537433
commit
cc5a21ef3d
@@ -35,8 +35,8 @@ public:
|
||||
char ch = data[ii];
|
||||
|
||||
asCStr &= false
|
||||
| bx::isPrint(ch)
|
||||
| bx::isSpace(ch)
|
||||
|| bx::isPrint(ch)
|
||||
|| bx::isSpace(ch)
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user