From 979223a1b5bff7ca7dac67790dd9012ae0eb67da Mon Sep 17 00:00:00 2001 From: speedie Date: Tue, 22 Aug 2023 19:29:58 +0200 Subject: [PATCH] Fix typo --- libs/draw.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/draw.c b/libs/draw.c index 5f58772..366a9c7 100644 --- a/libs/draw.c +++ b/libs/draw.c @@ -214,7 +214,6 @@ int drawitemtext(struct item *item, int x, int y, int w) { // parse hex colors, m is always the last character while (*c_character != 'm') { unsigned nextchar = strtoul(c_character + 1, &c_character, 10); - fprintf(stderr, "Test: %d\n", nextchar); if (ignore) continue; if (bgfg) {