Menu

#64 gcc 4.1.2 refuses to compile udfrw.c (udftools 1.0.0b3)

open
nobody
None
5
2007-08-13
2007-08-13
Anonymous
No

line 248 should be:

spm = (char*)spm + spm->partitionMapLength;

it is now:

(char*)spm += spm->partitionMapLength;

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.