Fix for 47358
authorsanthosh <santhosh.ic@samsung.com>
Mon, 29 Jul 2013 05:09:21 +0000 (10:39 +0530)
committersanthosh <santhosh.ic@samsung.com>
Mon, 29 Jul 2013 05:09:21 +0000 (10:39 +0530)
Change-Id: I4d3695843cf003b13585346fb8abd1521f1eb735
Signed-off-by: santhosh <santhosh.ic@samsung.com>
src/GlResourceManager.cpp

index 6213641..53a4c5c 100644 (file)
@@ -44,7 +44,7 @@ ResourceManager::GetString(const String& id)
        AppResource* pAppResource = Application::GetInstance()->GetAppResource();
        if (pAppResource == null)
        {
-               return null;
+               return L"";
        }
 
        String str;