mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
font: fix broken debug log
This commit is contained in:
parent
6f1cf8af34
commit
30d5847d06
1 changed files with 1 additions and 1 deletions
2
font.c
2
font.c
|
|
@ -201,7 +201,7 @@ from_font_set(FcPattern *pattern, FcFontSet *fonts, int start_idx, const font_li
|
|||
strcat(fallback, attributes);
|
||||
}
|
||||
|
||||
LOG_DBG("%s: adding fallback: %s", name, fallback);
|
||||
LOG_DBG("%s: adding fallback: %s", it->item, fallback);
|
||||
tll_push_back(font->fallbacks, fallback);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue