libgrapheme

unicode string library
git clone git://git.suckless.org/libgrapheme
Log | Files | Refs | README | LICENSE

commit 9c926f112553481fae101b692f8add2998aeeaaf
parent e63bcc42010176b300feea6a7412f814a6cc4191
Author: Laslo Hunhold <dev@frign.de>
Date:   Wed, 21 Sep 2022 20:25:41 +0200

Remove autistic screeching

Signed-off-by: Laslo Hunhold <dev@frign.de>

Diffstat:
Mtest/case.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/test/case.c b/test/case.c @@ -301,7 +301,6 @@ unit_test_callback_to_case_utf8(void *t, size_t off, const char *name, const cha /* check that none of the canary values have been overwritten */ for (i = test->input.destlen; i < LEN(buf); i++) { if (buf[i] != 0x7f) { -fprintf(stderr, "REEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE\n"); goto err; } }