summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0df6df4)
raw | patch | inline | side by side (parent: 0df6df4)
author | Max Kellermann <max@duempel.org> | |
Sat, 10 Oct 2009 13:47:35 +0000 (15:47 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Sat, 10 Oct 2009 13:47:35 +0000 (15:47 +0200) |
src/list_window.c | patch | blob | history |
diff --git a/src/list_window.c b/src/list_window.c
index 15ca07aa08a08a056562d835bd16c0f9130ade9f..be4648df54cc8a02aec95a1ab2dd46836f98f70c 100644 (file)
--- a/src/list_window.c
+++ b/src/list_window.c
unsigned text_width = utf8_width(text);
unsigned second_column_width;
+#ifdef NCMPC_MINI
+ second_column = NULL;
+#endif /* NCMPC_MINI */
+
if (second_column != NULL) {
second_column_width = utf8_width(second_column) + 1;
if (second_column_width < width)