This commit is contained in:
Бранимир Караџић
2024-10-25 16:58:19 -07:00
committed by Branimir Karadžić
parent d800537433
commit cc5a21ef3d
6 changed files with 37 additions and 62 deletions

View File

@@ -35,8 +35,8 @@ public:
char ch = data[ii];
asCStr &= false
| bx::isPrint(ch)
| bx::isSpace(ch)
|| bx::isPrint(ch)
|| bx::isSpace(ch)
;
}