cfdisk: fix compile-time error fixes #59

+ For compile to work also needs pull request #56 applied
This commit is contained in:
Wolfgang Richter 2014-03-19 22:42:40 -04:00
parent 422f93bfbb
commit 03f2226e8b
1 changed files with 1 additions and 1 deletions

View File

@ -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();