pe->changed = 0;
DBG(LABEL, ul_debug("DOS: initialize: #%zu start=%u size=%u sysid=%02x",
- i + 1,
+ i,
dos_partition_get_start(pe->pt_entry),
dos_partition_get_size(pe->pt_entry),
pe->pt_entry->sys_ind));
DBG(LABEL, ul_debug("DOS: changing %zu partition CHS "
"from (%d, %d, %d)-(%d, %d, %d) "
"to (%d, %d, %d)-(%d, %d, %d)",
- i+1, obc, obh, obs, oec, oeh, oes,
+ i, obc, obh, obs, oec, oeh, oes,
nbc, nbh, nbs, nec, neh, nes));
p->bc = nbc & 0xff;
p->bh = nbh;