diff --git a/src/display.cpp b/src/display.cpp index d9504f18..3251af95 100644 --- a/src/display.cpp +++ b/src/display.cpp @@ -97,7 +97,7 @@ void Display::SongsInColumns(const MPD::Song &s, void *s_template, Menu(s_template) : ""; size_t where = 0; - Color color; + Color color = clDefault; for (int width = StrToInt(GetLineValue(st, '(', ')', 1)); width; width = StrToInt(GetLineValue(st, '(', ')', 1))) {