Commit 08d4e8d5 authored by Erwan Tulou's avatar Erwan Tulou

skins2: fix compil error

parent a2c41526
......@@ -75,7 +75,7 @@ bool X11Factory::init()
ConnectionNumber( pDisplay ) );
// Initialize the resource path
char *datadir = config_GetUserDataDir( VLC_DATA_DIR );
char *datadir = config_GetUserDir( VLC_DATA_DIR );
m_resourcePath.push_back( (string)datadir + "/skins2" );
free( datadir );
m_resourcePath.push_back( (string)"share/skins2" );
......
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