Browse Source

Revert early morning after bad night sleep commit

This reverts commit 916717a706.
pull/2/head
Rémi Denis-Courmont 18 years ago
parent
commit
fe52817ef6
  1. 2
      bin/winvlc.c

2
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);

Loading…
Cancel
Save