>> 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?