Hello Martin, Martin Preuss <[EMAIL PROTECTED]> wrote: > Hi, > > On Monday 27 March 2006 00:52, Joerg Sommer wrote: > [...] >> in the file src/p/i/e/eri.c in the function AB_ERI_ReadRecord the >> variable c is defined as char. char is per default unsigned on a ppc >> machine. Due this the comaprison c == GW..EOF in line 128 is always >> false. > [...] > Hmm, any idea what could be done about this?
Yes, mark the variable signed, explicite. Use "signed char" instead of "char". Regards, Jörg. -- Der Hase läuft schneller als der Fuchs, denn der Hase läuft um sein Leben. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Aqbanking-devel mailing list Aqbanking-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/aqbanking-devel