diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 13:08:20 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 13:08:20 +1000 |
commit | 6a6efd31038d7afe977e3059508ae863e65cbdf5 (patch) | |
tree | 5cd69a751e893b83176751c80fcea7a7afeed1ae /util-linux/fdisk.c | |
parent | a6a2325ecf402054132daae169f71edb0fb849e3 (diff) | |
parent | 29082231d0cb1a5b327de5d515b16f332d4dbdaf (diff) | |
download | busybox-w32-6a6efd31038d7afe977e3059508ae863e65cbdf5.tar.gz busybox-w32-6a6efd31038d7afe977e3059508ae863e65cbdf5.tar.bz2 busybox-w32-6a6efd31038d7afe977e3059508ae863e65cbdf5.zip |
Merge branch 'origin/master' (early part)
Diffstat (limited to 'util-linux/fdisk.c')
-rw-r--r-- | util-linux/fdisk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index 7227a829e..aa718c787 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c | |||
@@ -2805,7 +2805,7 @@ list_devs_in_proc_partititons(void) | |||
2805 | &ma, &mi, &sz, ptname) != 4) | 2805 | &ma, &mi, &sz, ptname) != 4) |
2806 | continue; | 2806 | continue; |
2807 | for (s = ptname; *s; s++) | 2807 | for (s = ptname; *s; s++) |
2808 | continue; | 2808 | continue; |
2809 | /* note: excluding '0': e.g. mmcblk0 is not a partition name! */ | 2809 | /* note: excluding '0': e.g. mmcblk0 is not a partition name! */ |
2810 | if (s[-1] >= '1' && s[-1] <= '9') | 2810 | if (s[-1] >= '1' && s[-1] <= '9') |
2811 | continue; | 2811 | continue; |