]> git.sesse.net Git - vlc/blobdiff - src/win32/specific.c
Win32: implement cancellation of detached threads
[vlc] / src / win32 / specific.c
index 531e29271a6fc4dcecab4de3654ad79ddc9c2935..2d8f4eeb53beaa160beacfd777a4e8d3c0ef205f 100644 (file)
@@ -65,6 +65,7 @@ void system_Init( libvlc_int_t *p_this, int *pi_argc, const char *ppsz_argv[] )
         }
         else psz_path[0] = '\0';
     }
+    else psz_path[0] = '\0';
 
     psz_vlc = strrchr( psz_path, '\\' );
     if( psz_vlc )