fix NcmpcppKeys::NullKey

-1 is ERR, which causes some trouble, e.g.
if someone presses Delete while being in playlist.
master
Andrzej Rybczak 16 years ago
parent 336fa3cd7b
commit db81faf9b0
  1. 2
      src/settings.h

@ -52,7 +52,7 @@ struct Column
struct NcmpcppKeys
{
static const int NullKey = -1;
static const int NullKey = 0;
void SetDefaults();
void Read();

Loading…
Cancel
Save