[MPlayer-cvslog] r35452 - trunk/gui/util/bitmap.c

Ingo Brückl ib at wupperonline.de
Sun Nov 25 17:42:04 CET 2012


Erik Auerswald wrote on Sun, 25 Nov 2012 17:31:38 +0100:

>> Log:
>> Don't use signed variable for file length.
>>
>> -    long len;
>> +    size_t len;

> Shouldn't this be off_t? I don't think it really matters, but off_t feels
> more correct.

According to my man pages, fread() takes a size_t argument. Maybe that's
outdated?

Ingo


More information about the MPlayer-cvslog mailing list