mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-27 07:58:07 -04:00
fix printf-format errors in 32-bit builds
This commit is contained in:
parent
644859019e
commit
019b6bc039
4 changed files with 5 additions and 4 deletions
2
search.c
2
search.c
|
|
@ -656,7 +656,7 @@ search_input(struct seat *seat, struct terminal *term, uint32_t key,
|
|||
term->search.buf[term->search.len] = L'\0';
|
||||
|
||||
update_search:
|
||||
LOG_DBG("search: buffer: %S", term->search.buf);
|
||||
LOG_DBG("search: buffer: %ls", term->search.buf);
|
||||
search_find_next(term);
|
||||
render_refresh_search(term);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue