Bump liberty, check the connection while searching
All checks were successful
Alpine 3.20 Success
Arch Linux AUR Success
OpenBSD 7.5 Success

This just prevents immediate assertion failures.
This commit is contained in:
2025-01-08 07:59:50 +01:00
parent cd3d4eb1ad
commit 8b4300c796
2 changed files with 3 additions and 1 deletions

Submodule liberty updated: 75fc6f1c37...017cb1d570

View File

@@ -3785,6 +3785,8 @@ static void
search_on_changed (void)
{
struct mpd_client *c = &g.client;
if (c->state != MPD_CONNECTED)
return;
size_t len;
char *u8 = (char *) u32_to_u8 (g.editor.line, g.editor.len + 1, NULL, &len);