[vlc-commits] win32: fix starting the single interface backend	(fixes #10494)
    Rémi Denis-Courmont 
    git at videolan.org
       
    Wed Mar 12 18:15:41 CET 2014
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Mar 12 19:00:25 2014 +0200| [d8eed0014bc2da9a1d695c6d43df6d16bfc16649] | committer: Rémi Denis-Courmont
win32: fix starting the single interface backend (fixes #10494)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d8eed0014bc2da9a1d695c6d43df6d16bfc16649
---
 src/win32/specific.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/win32/specific.c b/src/win32/specific.c
index 92e220f..fdcb9f4 100644
--- a/src/win32/specific.c
+++ b/src/win32/specific.c
@@ -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 );
    
    
More information about the vlc-commits
mailing list