Add / delimiter to the end of ringtones directory path
authorHyunbin Lee <hyunbin.lee@samsung.com>
Tue, 15 Oct 2013 12:36:01 +0000 (21:36 +0900)
committerHyunbin Lee <hyunbin.lee@samsung.com>
Tue, 15 Oct 2013 12:36:46 +0000 (21:36 +0900)
Change-Id: I73dd6f48d5119f3a2d535e627c077bd18e7543e3
Signed-off-by: Hyunbin Lee <hyunbin.lee@samsung.com>
src/system/FSys_EnvironmentImpl.cpp

index 3bd668d..b964525 100644 (file)
@@ -43,7 +43,7 @@ static const wchar_t _EXTERNAL_MMC_VIDEOS_PATH[] = L"/opt/storage/sdcard/Videos/
 static const wchar_t _EXTERNAL_MMC_CAMERA_PATH[] = L"/opt/storage/sdcard/Camera/";
 static const wchar_t _EXTERNAL_MMC_DOWNLOADS_PATH[] = L"/opt/storage/sdcard/Downloads/";
 static const wchar_t _EXTERNAL_MMC_OTHERS_PATH[] = L"/opt/storage/sdcard/Others/";
-static const wchar_t _RINGTONE_PATH[] = L"/opt/share/settings/Ringtones";
+static const wchar_t _RINGTONE_PATH[] = L"/opt/share/settings/Ringtones/";
 
 static const wchar_t _APPLICATIONS_PATH[] = L"/opt/usr/apps/";
 static const wchar_t _EXTERNAL_APPLICATIONS_PATH[] = L"/opt/storage/sdcard/app2sd/";