commit | 3bba545a54addf59b63a003e7ada03fd8b29b5ba | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sat Dec 30 17:57:03 2006 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sat Dec 30 17:57:03 2006 +0000 |
tree | 948ce196f871abcf9410ca1521a3d2a5af6a3082 | |
parent | b5a122b6f9643fb052d31390e435397960289154 [diff] [blame] |
done a dozen of randconfig test. guess what? ALL failed... these are resulting fixes
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index 84538af..64ebb60 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c
@@ -2797,7 +2797,6 @@ { char *str_b, *str_C, *str_H, *str_S; unsigned opt; - int c; /* * fdisk -v * fdisk -l [-b sectorsize] [-u] device ... @@ -2921,6 +2920,7 @@ } while (1) { + int c; putchar('\n'); c = tolower(read_nonempty(_("Command (m for help): "))); switch (c) {