From: stephan b. <st...@s1...> - 2005-02-27 03:26:38
|
On Sunday 27 February 2005 00:25, Christian Prochnow wrote: > i don't understand this warning cause the comparsion is against an > unsigned char, which can hold 0xff. wtf ? Right, but if that succeeds, then NONE of the rest of the if() can every be checked. That's the problem: you've covered all cases with that one check. -- ----- st...@s1... http://s11n.net "...pleasure is a grace and is not obedient to the commands of the will." -- Alan W. Watts |