This commit is contained in:
reykfloeter 2019-06-02 03:21:22 +02:00
parent 63935a1b5f
commit 95e8cb1cb1
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ growdisk(struct system_config *sc)
}
bend = DL_GETDSIZE(&lp) - DL_GETBSTART(&lp);
psize = DL_GETBEND(&lp) - DL_GETPOFFSET(p);
psize = bend - DL_GETPOFFSET(p);
if (sc->sc_dryrun ||
(bend == DL_GETBEND(&lp) && psize == DL_GETPSIZE(p))) {