Commit e2cc2f75 authored by Konstantin Pavlov's avatar Konstantin Pavlov

Fix previous commit.

parent 6a0d4bdd
...@@ -708,7 +708,7 @@ static int vlclua_add_modules_path_inner( lua_State *L, const char *psz_path ) ...@@ -708,7 +708,7 @@ static int vlclua_add_modules_path_inner( lua_State *L, const char *psz_path )
{ {
char *psz_command = NULL; char *psz_command = NULL;
if( asprintf( &psz_command, if( asprintf( &psz_command,
"package.path =[[%s"DIR_SEP"modules"DIR_SEP"?.%s;]]..package.path", "package.path =[[%s"DIR_SEP"modules"DIR_SEP"?%s;]]..package.path",
psz_path, *ppsz_ext ) < 0 ) psz_path, *ppsz_ext ) < 0 )
{ {
return 1; return 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment