Ignore:
File:
1 edited

Legend:

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

    r120d5bc rfe8961d  
    10151015        max_blocks = fdisk_ba_align_up(dev, max_blocks);
    10161016
    1017         pcnt = -1;
     1017        pcnt = LPC_LIMIT;
    10181018
    10191019        switch (pspec->fstype) {
     
    10341034        }
    10351035
    1036         if (pcnt < 0)
     1036        if (pcnt == LPC_LIMIT)
    10371037                return EINVAL;
    10381038
Note: See TracChangeset for help on using the changeset viewer.