diff --git a/src/core/stuff.c b/src/core/stuff.c index 48e036e1..42b576b9 100644 --- a/src/core/stuff.c +++ b/src/core/stuff.c @@ -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");