Comment 2 for bug 1101541

Revision history for this message
MC Return (mc-return) wrote : Re: Coverity DIVIDE_BY_ZERO - CID 12435

PrivateCubeScreen::updateGeometry (int,int) is always called like this updateGeometry (screen->vpSize ().width (), mInvert);, which means sides will never become 0, because screen->vpSize ().width () will always return a value >= 1.