summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2014-03-21 15:21:16 +0100
committerKarel Zak2014-03-21 15:21:16 +0100
commit9c721310657de9573a22a8acad3926d47f83deaf (patch)
treee70e90d20eda3e792df126a1916a5826db091b35
parentMerge branch 'cfdisk-fix-typo' of https://github.com/rudimeier/util-linux (diff)
parentcfdisk: fix compile-time error fixes #59 (diff)
downloadkernel-qcow2-util-linux-9c721310657de9573a22a8acad3926d47f83deaf.tar.gz
kernel-qcow2-util-linux-9c721310657de9573a22a8acad3926d47f83deaf.tar.xz
kernel-qcow2-util-linux-9c721310657de9573a22a8acad3926d47f83deaf.zip
Merge branch 'fix-compile-color-cfdisk' of https://github.com/theonewolf/util-linux
* 'fix-compile-color-cfdisk' of https://github.com/theonewolf/util-linux: cfdisk: fix compile-time error fixes #59
-rw-r--r--disk-utils/cfdisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/disk-utils/cfdisk.c b/disk-utils/cfdisk.c
index c4a845008..bc8290d8b 100644
--- a/disk-utils/cfdisk.c
+++ b/disk-utils/cfdisk.c
@@ -697,7 +697,7 @@ static int ui_init(struct cfdisk *cf __attribute__((__unused__)))
init_pair(i, color_pairs[i][0], color_pairs[i][1]);
}
#else
- colors_init(UL_COLORMODE_NEVER);
+ colors_init(UL_COLORMODE_NEVER, "cfdisk");
#endif
cbreak();