Tizen 2.4 SDK Rev6 Release accepted/tizen_2.3.1_mobile accepted/tizen_2.3.1_wearable tizen_2.3.1 accepted/tizen/2.3.1/mobile/20160530.053601 accepted/tizen/2.3.1/wearable/20160530.053559 submit/tizen_2.3.1/20160530.021320
authorJaekyu Park <jk7744.park@samsung.com>
Fri, 27 May 2016 08:15:00 +0000 (17:15 +0900)
committerJaekyu Park <jk7744.park@samsung.com>
Fri, 27 May 2016 08:15:00 +0000 (17:15 +0900)
src/media_info.c

index a4937e1..18beb71 100755 (executable)
@@ -176,7 +176,7 @@ static int __media_info_insert_batch(media_batch_insert_e insert_type, const cha
        if (fp == NULL) {
                media_content_error("failed to open file : [%s]", list_path);
                media_content_stderror("failed to open file");
-               return MEDIA_CONTENT_ERROR_INVALID_OPERATION;
+               return MEDIA_CONTENT_ERROR_PERMISSION_DENIED;
        }
 
        for (idx = 0; idx < array_length; idx++) {