This commit is contained in:
Jacob 2023-08-22 19:29:58 +02:00
parent 48dcf2f384
commit 979223a1b5

View file

@ -214,7 +214,6 @@ int drawitemtext(struct item *item, int x, int y, int w) {
// parse hex colors, m is always the last character // parse hex colors, m is always the last character
while (*c_character != 'm') { while (*c_character != 'm') {
unsigned nextchar = strtoul(c_character + 1, &c_character, 10); unsigned nextchar = strtoul(c_character + 1, &c_character, 10);
fprintf(stderr, "Test: %d\n", nextchar);
if (ignore) if (ignore)
continue; continue;
if (bgfg) { if (bgfg) {