summaryrefslogtreecommitdiffstats
path: root/fdisk/cfdisk.c
diff options
context:
space:
mode:
authorKarel Zak2006-12-07 00:26:26 +0100
committerKarel Zak2006-12-07 00:26:26 +0100
commitb22550fa1506e7cf4101bacc694842678908aaf2 (patch)
treef447dc9c312f7b75ea8a3c5df5d2a5bb6726160b /fdisk/cfdisk.c
parentImported from util-linux-2.12j tarball. (diff)
downloadkernel-qcow2-util-linux-b22550fa1506e7cf4101bacc694842678908aaf2.tar.gz
kernel-qcow2-util-linux-b22550fa1506e7cf4101bacc694842678908aaf2.tar.xz
kernel-qcow2-util-linux-b22550fa1506e7cf4101bacc694842678908aaf2.zip
Imported from util-linux-2.12k tarball.
Diffstat (limited to 'fdisk/cfdisk.c')
-rw-r--r--fdisk/cfdisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdisk/cfdisk.c b/fdisk/cfdisk.c
index d45281000..149ee7619 100644
--- a/fdisk/cfdisk.c
+++ b/fdisk/cfdisk.c
@@ -414,7 +414,7 @@ fdexit(int ret) {
static int
get_string(char *str, int len, char *def) {
- char c;
+ unsigned char c;
int i = 0;
int x, y;
int use_def = FALSE;