[vlc-devel] [PATCH 3/6] skins2: os2: fix compilation

KO Myung-Hun komh78 at gmail.com
Thu Mar 22 15:41:31 CET 2018


s/VLC_USER_DATA_DIR/VLC_USERDATA_DIR/
---
 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);
-- 
2.13.3



More information about the vlc-devel mailing list