[vlc-devel] commit: Win32: do not add argv[0] (vlc.exe) to the playlist ( Rémi Denis-Courmont )
Rémi Denis-Courmont
rdenis at simphalempin.com
Tue Aug 26 08:39:18 CEST 2008
On Tue, 26 Aug 2008 07:12:35 +0200 (CEST), git at videolan.org (git version
control) wrote:
> - libvlc_instance_t *vlc = libvlc_new (argc, (const char **)argv,
&ex);
> + libvlc_instance_t *vlc = libvlc_new (argc, (const char **)(argv +
1), &ex);
Oops, looks like one half of the patch is missing. I will fix that when I
get back home.
--
Rémi Denis-Courmont
More information about the vlc-devel
mailing list