[vlc-devel] commit: Revert early morning after bad night sleep commit ( Rémi Denis-Courmont )

git version control git at videolan.org
Tue Aug 26 16:52:57 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Tue Aug 26 17:45:39 2008 +0300| [fe52817ef6e935d1aaf266dd0a4df72cf6199456] | committer: Rémi Denis-Courmont 

Revert early morning after bad night sleep commit

This reverts commit 916717a706f7d658694d8ff33f770b1d3ba9e2bc.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fe52817ef6e935d1aaf266dd0a4df72cf6199456
---

 bin/winvlc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bin/winvlc.c b/bin/winvlc.c
index 791a4a7..7e028ac 100644
--- a/bin/winvlc.c
+++ b/bin/winvlc.c
@@ -71,7 +71,7 @@ int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance,
     libvlc_exception_init (&dummy);
 
     /* Initialize libvlc */
-    libvlc_instance_t *vlc = libvlc_new (argc, (const char **)(argv + 1), &ex);
+    libvlc_instance_t *vlc = libvlc_new (argc, (const char **)argv, &ex);
     if (vlc != NULL)
     {
         libvlc_add_intf (vlc, NULL, &ex);




More information about the vlc-devel mailing list