summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaekyu Park <jk7744.park@samsung.com>2016-05-27 17:15:00 +0900
committerJaekyu Park <jk7744.park@samsung.com>2016-05-27 17:15:00 +0900
commit184642a2097442c5d2df4229cabc2e9f4cd2b0b0 (patch)
tree189c50e77aa67bdb57b23ec24cd56b2109ce4d3b
parentf26136f012452c37294be032602d2130223cb2d0 (diff)
downloadmedia-content-tizen_2.3.1.tar.gz
media-content-tizen_2.3.1.tar.bz2
media-content-tizen_2.3.1.zip
-rwxr-xr-xsrc/media_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/media_info.c b/src/media_info.c
index a4937e1..18beb71 100755
--- a/src/media_info.c
+++ b/src/media_info.c
@@ -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++) {