Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 108942
Collapse All | Expand All

(-)durep (-1 / +1 lines)
Lines 468-474 Link Here
468
    elsif ($temp =~ m/^[mM]/) {
468
    elsif ($temp =~ m/^[mM]/) {
469
      return $size * 1048576;
469
      return $size * 1048576;
470
    }
470
    }
471
    elsif ($temp =~ m/^[mM]/) {
471
    elsif ($temp =~ m/^[gG]/) {
472
      return $size * 1048576 * 1024;
472
      return $size * 1048576 * 1024;
473
    }
473
    }
474
    return $size;
474
    return $size;

Return to bug 108942