View Single Post
Old 01-10-2005, 02:48 AM   #3 (permalink)
Spook
Registered User
 
Join Date: Mar 2004
Posts: 9
Spook is on a distinguished road
Send a message via ICQ to Spook Send a message via AIM to Spook Send a message via Yahoo to Spook
I tried your fix and got the exact same results in the output file; the condition while(i) at the bottom of the do loop only fails when i is equal to 0, so each pass of the inner loop ranges from 0..255 each time (remembering that i is an unsigned char).
Spook is offline   Reply With Quote