Remove autistic screeching - libgrapheme - unicode string library | |
git clone git://git.suckless.org/libgrapheme | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 9c926f112553481fae101b692f8add2998aeeaaf | |
parent e63bcc42010176b300feea6a7412f814a6cc4191 | |
Author: Laslo Hunhold <[email protected]> | |
Date: Wed, 21 Sep 2022 20:25:41 +0200 | |
Remove autistic screeching | |
Signed-off-by: Laslo Hunhold <[email protected]> | |
Diffstat: | |
M test/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 … | |
/* 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; | |
} | |
} |