]> git.sesse.net Git - vlc/commitdiff
win32: fix starting the single interface backend (fixes #10494)
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 12 Mar 2014 17:00:25 +0000 (19:00 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 12 Mar 2014 17:15:37 +0000 (19:15 +0200)
src/win32/specific.c

index 92e220f6c79251a7e72f7a858c27dcaf7c4678ff..fdcb9f416bc4940d2d95ae1a2960443470571bdb 100644 (file)
@@ -114,7 +114,7 @@ void system_Configure( libvlc_int_t *p_this, int i_argc, const char *const ppsz_
 
         if( GetLastError() != ERROR_ALREADY_EXISTS )
         {
-            libvlc_InternalAddIntf( p_this, "win32msg,none" );
+            libvlc_InternalAddIntf( p_this, "win_msg,none" );
             /* Initialization done.
              * Release the mutex to unblock other instances */
             ReleaseMutex( hmutex );