diff options
author | Jaekyu Park <jk7744.park@samsung.com> | 2016-05-27 17:15:00 +0900 |
---|---|---|
committer | Jaekyu Park <jk7744.park@samsung.com> | 2016-05-27 17:15:00 +0900 |
commit | 184642a2097442c5d2df4229cabc2e9f4cd2b0b0 (patch) | |
tree | 189c50e77aa67bdb57b23ec24cd56b2109ce4d3b | |
parent | f26136f012452c37294be032602d2130223cb2d0 (diff) | |
download | media-content-tizen_2.3.1.tar.gz media-content-tizen_2.3.1.tar.bz2 media-content-tizen_2.3.1.zip |
Tizen 2.4 SDK Rev6 Releasesubmit/tizen_2.3.1/20160530.021320accepted/tizen/2.3.1/wearable/20160530.053559accepted/tizen/2.3.1/mobile/20160530.053601tizen_2.3.1accepted/tizen_2.3.1_wearableaccepted/tizen_2.3.1_mobile
-rwxr-xr-x | src/media_info.c | 2 |
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++) { |