]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
cfdisk: fix compile-time error fixes #59
authorWolfgang Richter <wolf@cs.cmu.edu>
Thu, 20 Mar 2014 02:42:40 +0000 (22:42 -0400)
committerWolfgang Richter <wolf@cs.cmu.edu>
Thu, 20 Mar 2014 02:42:40 +0000 (22:42 -0400)
+ For compile to work also needs pull request #56 applied

disk-utils/cfdisk.c

index 0b1641eb204a0145c8151797abdd234b8292bd2e..fc1900c0137e7c0713749d368480e1823f31b163 100644 (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();