Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: dvb_demux.c



emard@softhome.net wrote:

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 ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index