K 10 svn:author V 6 marcel K 8 svn:date V 27 2004-11-12T04:34:46.000000Z K 7 svn:log V 334 Fix a braino: the partition size in the PMBR is in sectors, not bytes and 'mediasz' is in bytes. As it so happens, we define 'last' as the sector number of the last sector on the medium which also is the size of the PMBR partition. Therefore, use 'last' instead of 'mediasz'. Submitted by: Dan Markarian END