[vlc-devel] [PATCH 2/3] Save album art to id3 tag.

Angelo Haller vlc-devel at szanni.org
Sun Jul 29 13:09:01 CEST 2012


On 07/28/2012 11:11 PM, Rémi Denis-Courmont wrote:
> Le samedi 28 juillet 2012 23:56:21 Jean-Baptiste Kempf, vous avez écrit :
>> On Sat, Jul 28, 2012 at 04:39:35PM +0200, vlc-devel at szanni.org wrote :
>>> +        long l_read = fread( p_buffer, 1, l_buffer, p_file );
>> Are you sure that fread returns long?
> It returns ssize_t.
>

Just looked at the c99 iso draft that states size_t. That wouldn't be 
prefixed
anymore, right? Just call it something like buffer_size?

On another note: is there a naming policy for resubmitting fixed patches?

Greetings



More information about the vlc-devel mailing list