[vlc-devel] Re: vlc: svn commit r19270 (jpsaman)

Jean-Paul Saman jean-paul.saman at planet.nl
Sat Mar 10 17:53:52 CET 2007


Rémi Denis-Courmont wrote:
> Le samedi 10 mars 2007 18:29, Subversion daemon a écrit :
>> r19270 | jpsaman | 2007-03-10 17:29:38 +0100 (Sat, 10 Mar 2007) | 1
>> line Changed paths:
>>    M /trunk/modules/access_filter/dump.c
>>
>> Remove useless test
> 
> WTF? Of course assertions are ALWAYS TRUE. That does not mean you have 
> to remove them!
> 
The issue here is that len is of type size_t which is unsigned and thus 
always >= 0. It actually tests nothing.

Gtz,
Jean-Paul Saman.

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list