line 248 should be:
spm = (char*)spm + spm->partitionMapLength;
it is now:
(char*)spm += spm->partitionMapLength;
Log in to post a comment.