[vlc-devel] [PATCH] avoid crash where vlc.net.stat returns nil for a file (such as alias on mac os)
Jean-Baptiste Kempf
jb at videolan.org
Fri Feb 24 22:43:55 CET 2012
On Fri, Feb 24, 2012 at 12:29:27PM +0000, Rob Jonson wrote :
> - for k,v in pairs(s) do
> - element[k]=v
> + if (s) then
No tabs please
> + for k,v in pairs(s) do
> + element[k]=v
> + end
And again.
Best regards,
--
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device
More information about the vlc-devel
mailing list