X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmisc%2Fmodules.c;h=fd08b1056dedb6224a81967559209649d2012eb8;hb=19ea8feb6db01c1deafb19f35ecee8eff81aeb02;hp=41a6f29bc22540485f06a3812aed5c2d9743c388;hpb=e5a6cfeafb19d8a97eda682c9fb853af68d1df56;p=vlc diff --git a/src/misc/modules.c b/src/misc/modules.c index 41a6f29bc2..fd08b1056d 100644 --- a/src/misc/modules.c +++ b/src/misc/modules.c @@ -2,7 +2,7 @@ * modules.c : Builtin and plugin modules management functions ***************************************************************************** * Copyright (C) 2001 VideoLAN - * $Id: modules.c,v 1.76 2002/08/04 12:18:41 sam Exp $ + * $Id: modules.c,v 1.77 2002/08/04 17:23:44 sam Exp $ * * Authors: Samuel Hocevar * Ethan C. Baldridge @@ -569,7 +569,7 @@ void __module_Unneed( vlc_object_t * p_this, module_t * p_module ) static void AllocateAllPlugins( vlc_object_t *p_this ) { /* Yes, there are two NULLs because we replace one with "plugin-path". */ - char * path[] = { "plugins", PLUGIN_PATH, NULL, NULL }; + char * path[] = { "modules", PLUGIN_PATH, NULL, NULL }; char ** ppsz_path = path; char * psz_fullpath;