Simple, obvious bugs with a quick fix are always fun. In some old code, I found this:
fread(&type,4,1,pkginfo);
if (type == 'APPL') ....
Guess what happens on an Intel Mac?
iOS and Mac developer
Simple, obvious bugs with a quick fix are always fun. In some old code, I found this:
fread(&type,4,1,pkginfo);
if (type == 'APPL') ....
Guess what happens on an Intel Mac?