fix printRaw

This commit is contained in:
dzaima 2021-07-02 15:30:42 +03:00
parent 8c2055ce22
commit 60bef6879c

View File

@ -105,7 +105,7 @@ NOINLINE void printRaw(B x) {
BS2B xgetU = TI(x).getU;
for (usz i = 0; i < ia; i++) {
B c = xgetU(x,i);
#if CATCH_ERRORS
#if !CATCH_ERRORS
if (c.u==0 || noFill(c)) { printf(" "); continue; }
#endif
if (!isC32(c)) thrM("bad printRaw argument: expected all character items");