f24db993aa5023aadb6aa90e7f2cbc70dd475e19
I was passing Menu::itsFilter by const reference to Menu::ApplyFilter(). however, the function was clearing all filtering related stuff, including itsFilter itself, so passed reference was pointing at previously cleared string. then the function checked if new filter was empty and it obviously was, so exited then. funny bug.
Description
Featureful ncurses based MPD client inspired by ncmpc
Languages
C++
91.5%
M4
7.7%
C
0.5%
Makefile
0.3%