|
From: Allen B. <al...@us...> - 2002-04-05 22:25:29
|
allenb 2002/04/05 14:25:28 PST
Modified files:
gamekernel/xmlpp xmltokenizer.cpp xmltokenizer.h
Log:
Bug fixed: Fix to work on Irix
Irix thinks chars are actually unsigned chars. Thus comparing to EOF (-1) does nothing. Soo... this fix just casts all -1
and EOF values to chars to make the comparisons valid.
Revision Changes Path
1.4 +5 -5 lib/gamekernel/xmlpp/xmltokenizer.cpp
1.3 +1 -1 lib/gamekernel/xmlpp/xmltokenizer.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmltokenizer.cpp.diff?r1=1.3&r2=1.4&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmltokenizer.h.diff?r1=1.2&r2=1.3&diff_format=h
|