projects
/
platform
/
core
/
api
/
media-content.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b43517
)
Fix build error
06/199206/1
author
hj kim
<backto.kim@samsung.com>
Thu, 7 Feb 2019 07:45:04 +0000
(16:45 +0900)
committer
hj kim
<backto.kim@samsung.com>
Thu, 7 Feb 2019 07:45:04 +0000
(16:45 +0900)
Change-Id: Ie87c54db81efb208777c6bca5681b355a4f8360b
src/media_util_private.c
patch
|
blob
|
history
diff --git
a/src/media_util_private.c
b/src/media_util_private.c
index
557afe9
..
d4ffd58
100755
(executable)
--- a/
src/media_util_private.c
+++ b/
src/media_util_private.c
@@
-117,7
+117,7
@@
int _media_util_get_file_time(const char *path)
memset(&statbuf, 0, sizeof(struct stat));
ret = stat(path, &statbuf);
if (ret == -1) {
- media_content_stderror("stat
(%s) failed", path
);
+ media_content_stderror("stat
failed"
);
return ret;
}