Comment 21 for bug 545911

Revision history for this message
Phillip Susi (psusi) wrote : Re: Cannot use gparted

CHS is a useless fiction anyhow. It looks like this function was meant to simply print an error and then carry on if it can not guess the bios geometry, but PED_ASSERT() ignores its second argument and never returns. I have patched the code to use if( foo ) return 0; rather than PED_ASSERT() and this should solve the problem.