[vlc-devel] commit: utf8_open: make third parameter optional ( Rémi Denis-Courmont )

Rémi Denis-Courmont remi at remlab.net
Tue Aug 18 08:50:59 CEST 2009


On Tue, 18 Aug 2009 05:52:14 +0200, Rafaël Carré <rafael.carre at gmail.com>
wrote:
> This breaks (SIGILL) on windows XP 32 bits as reported by Trax, my
FreeBSD
> 8 (64 bits), OSX (jones); but not on Linux (i used valgrind/memcheck to
> catch anything obvious)

-        mode = va_arg (ap, mode_t);
+        mode = va_arg (ap, unsigned);

-- 
Rémi Denis-Courmont




More information about the vlc-devel mailing list