projects
/
platform
/
core
/
api
/
thumbnail-util.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
719ca70
)
Change MS_MEDIA_ERR_INVALID_PATH to MS_MEDIA_ERR_INVALID_PARAMETER
69/215069/1
accepted/tizen_5.5_unified_mobile_hotfix
tizen_5.5_mobile_hotfix
accepted/tizen/5.5/unified/20191031.031553
accepted/tizen/5.5/unified/mobile/hotfix/20201027.065939
accepted/tizen/unified/20191004.003554
submit/tizen/20191002.013808
submit/tizen_5.5/20191031.000002
submit/tizen_5.5_mobile_hotfix/20201026.185102
tizen_5.5.m2_release
author
Minje Ahn
<minje.ahn@samsung.com>
Tue, 1 Oct 2019 08:22:09 +0000
(17:22 +0900)
committer
Minje Ahn
<minje.ahn@samsung.com>
Tue, 1 Oct 2019 08:22:09 +0000
(17:22 +0900)
Change-Id: Ia1220b55b50b9bba2371e725c90d11eb3fc2dc51
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
src/thumbnail_util.c
patch
|
blob
|
history
diff --git
a/src/thumbnail_util.c
b/src/thumbnail_util.c
index 85ef68af12a6e62ea19b077820f7afa6c89cbe3e..128feef33d3f9b4827df2b5035eaf3936f4bcdb2 100644
(file)
--- a/
src/thumbnail_util.c
+++ b/
src/thumbnail_util.c
@@
-59,8
+59,7
@@
int __thumbnail_util_error_capi(int content_error)
return THUMBNAIL_UTIL_ERROR_NONE;
/* Internal operation error*/
- else if ((content_error == MS_MEDIA_ERR_INVALID_PARAMETER) ||
- (content_error == MS_MEDIA_ERR_INVALID_PATH))
+ else if (content_error == MS_MEDIA_ERR_INVALID_PARAMETER)
return THUMBNAIL_UTIL_ERROR_INVALID_PARAMETER;
else if (content_error == MS_MEDIA_ERR_OUT_OF_MEMORY)