[vlc-commits] skins2: os2: fix compilation
KO Myung-Hun
git at videolan.org
Fri Mar 23 09:55:25 CET 2018
vlc | branch: master | KO Myung-Hun <komh78 at gmail.com> | Thu Mar 22 23:41:31 2018 +0900| [18882f23b66bc1bbee526825b078ba87db0bc279] | committer: Jean-Baptiste Kempf
skins2: os2: fix compilation
s/VLC_USER_DATA_DIR/VLC_USERDATA_DIR/
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=18882f23b66bc1bbee526825b078ba87db0bc279
---
modules/gui/skins2/os2/os2_factory.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/skins2/os2/os2_factory.cpp b/modules/gui/skins2/os2/os2_factory.cpp
index a013175229..bdd1fb515b 100644
--- a/modules/gui/skins2/os2/os2_factory.cpp
+++ b/modules/gui/skins2/os2/os2_factory.cpp
@@ -217,7 +217,7 @@ bool OS2Factory::init()
changeCursor( kDefaultArrow );
// Initialize the resource path
- char *datadir = config_GetUserDir( VLC_USER_DATA_DIR );
+ char *datadir = config_GetUserDir( VLC_USERDATA_DIR );
m_resourcePath.push_back( (std::string)datadir + "\\skins" );
free( datadir );
datadir = config_GetSysPath(VLC_PKG_DATA_DIR, NULL);
More information about the vlc-commits
mailing list