Gabriel -- On Fri, 11 Jan 2008, Gabriel Paubert wrote: > I tried to compile it on a PowerMac and I got one of the classical > warnings on machines on which char is unsigned by default: from a > cursory look at the code, most results of gerb_fgetc are stored into > an int, except at one point where it is stored into a char before > being compared to EOF. This doesn't fly and I've sometimes been bitten > by this bug even if "\377" is very uncommon in the character sets I use > (once in a Microsoft utility). Patch is very simple (the first hunk > merely fixes a typo I spotted while looking for gerb_fgetc uses): [....]
Thank you very much for the report and the patch! I just made your changes and checked the change into CVS. Great catch! Cheers, Stuart _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
