Changeset 99c23405 in mainline for uspace/lib/fdisk/src/fdisk.c


Ignore:
Timestamp:
2015-07-04T15:18:06Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
603c1d1f
Parents:
6bc542b
Message:

Persistent partition table modification when creating or deleting partition.

File:
1 edited

Legend:

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

    r6bc542b r99c23405  
    671671                if (part->index > nidx)
    672672                        break;
    673                 nidx = part->index;
     673                nidx = part->index + 1;
    674674                link = list_next(link, &dev->parts_idx);
    675675        }
Note: See TracChangeset for help on using the changeset viewer.