fix printRaw
This commit is contained in:
parent
8c2055ce22
commit
60bef6879c
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user