Add "/" end of the default resource path
[platform/core/uifw/dali-adaptor.git] / dali / internal / adaptor / tizen-wayland / framework-tizen.cpp
index 09ee3fb..086332f 100644 (file)
@@ -818,6 +818,12 @@ std::string Framework::GetResourcePath()
   {
     resourcePath = value;
   }
+
+  if( resourcePath.back() != '/' )
+  {
+    resourcePath+="/";
+  }
+
 #endif //TIZEN_PLATFORM_CONFIG_SUPPORTED
 
   return resourcePath;