]> git.sesse.net Git - vlc/commitdiff
Oops, I did it again !
authorDamien Fouilleul <damienf@videolan.org>
Thu, 21 Jul 2005 08:22:37 +0000 (08:22 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Thu, 21 Jul 2005 08:22:37 +0000 (08:22 +0000)
Obviously, having a hard coded path for plugins is of no use to anyone

activex/plugin.cpp

index 632592da9ce7bb0ad5d78a531dff9fac2560ab72..5721c3a2fe600cc77757301262ce74dda9325028 100644 (file)
@@ -494,7 +494,7 @@ HRESULT VLCPlugin::onInit(void)
              RegCloseKey( h_key );
         }
 
-#if 1
+#if 0
         ppsz_argv[0] = "C:\\cygwin\\home\\Damien_Fouilleul\\dev\\videolan\\vlc-trunk\\vlc";
 #endif