On Fri, Apr 30, 2010 at 07:12:23AM +0800, Paul Jowett wrote: > >> FILE *f = fopen(custom_tex, "r"); > >> > >>Changing this to > >> > >> FILE *f = fopen(custom_tex, "rb"); > > > >I already had done this when I wrote above reply, which is why I wrote > >"Either way it might be fixed." > Thanks Reimar. Is this fixed but not committed to the trunk which > is why I don't see it? My fault, I accidentally changed only the fopen for the program and not the one for the texture. Now it should really be fixed.