Compare commits

..

No commits in common. "8b4300c79647bc6c9939d1a351ecfa138a4f6fb1" and "641803df358a2377e078c8c1ea05617bfe83bc1d" have entirely different histories.

3 changed files with 1 additions and 5 deletions

View File

@ -33,8 +33,6 @@ You can get a package with the latest development version using Arch Linux's
https://aur.archlinux.org/packages/nncmpp-git[AUR],
or as a https://git.janouch.name/p/nixexprs[Nix derivation].
Stable versions are present in: OpenBSD ports.
Documentation
-------------
See the link:nncmpp.adoc[man page] for information about usage.

@ -1 +1 @@
Subproject commit 017cb1d5702a32603810545cd74c1da65e35d12d
Subproject commit 75fc6f1c374796f9e794297c3893089009b8772f

View File

@ -3785,8 +3785,6 @@ 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);