projects
/
platform
/
core
/
uifw
/
capi-ui-sticker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7de6418
)
Fix wrong error value
18/255218/1
author
InHong Han
<inhong1.han@samsung.com>
Mon, 15 Mar 2021 08:33:24 +0000
(17:33 +0900)
committer
InHong Han
<inhong1.han@samsung.com>
Mon, 15 Mar 2021 08:35:37 +0000
(17:35 +0900)
Change-Id: I3ee112f10ae36ca3b13f71bcfa4b44bbed3f56bb
client/src/sticker_provider.c
patch
|
blob
|
history
diff --git
a/client/src/sticker_provider.c
b/client/src/sticker_provider.c
index
c975366
..
079eaaa
100644
(file)
--- a/
client/src/sticker_provider.c
+++ b/
client/src/sticker_provider.c
@@
-444,7
+444,7
@@
EXPORT_API int sticker_provider_set_group_image(sticker_provider_h provider_hand
if (access(file_path, F_OK) != 0) {
LOGE("%s does not exist", file_path);
- ret = STICKER_ERROR_
OPERATION_FAILED
;
+ ret = STICKER_ERROR_
NO_SUCH_FILE
;
goto cleanup;
}
}