Menu

Final version released

The final version was submitted today, after yesterday I managed to find the bug that caused it to miss-behave under Solaris.

The bug was :
int buffer;
source->read((char*)&buffer,sizeof(unsigned char));

When run on LSB machines, the two lower bytes are written, and everything is Ok. When run on MSB machines, the two upper bytes of the integer are written, and when 1 is read, 65536 is stored in buffer.

Posted by Omry 2002-03-07

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.