Changeset 2dab624 in mainline for uspace/lib/fdisk/src/cap.c


Ignore:
Timestamp:
2015-10-31T20:24:27Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9624c35
Parents:
dc2d582
Message:

Fix parsing capacity without decimal separator as zero. Fix non-fs partition content display when selecting partition to delete. Fix capacity of new partition. Fix getting partition content, from volsrv.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/fdisk/src/cap.c

    rdc2d582 r2dab624  
    255255                }
    256256        } else {
    257                 m = 0; dp = 0;
     257                dp = 0;
    258258        }
    259259
Note: See TracChangeset for help on using the changeset viewer.