We should instead of while(!count) or while(count != 0) Always use expressions
like while(count > 0), because ">' operator provides safe exit from loop...
unsigned variables ?!
-- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
