@ -571,9 +571,10 @@ static void write_string(const unsigned char *s,
if (chr == '\0') {
break;
}
if (delta == 0) {chr = *ptr++; }
write_quoted(chr, qt, stream);
} while (TRUE);
} while (true);
wrputc(qt, stream);
The note is not visible to the blocked user.