projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
931f9e4
)
e_comp: fixed an warning.
26/162826/1
author
Gwanglim Lee
<gl77.lee@samsung.com>
Tue, 5 Dec 2017 11:59:33 +0000
(20:59 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Tue, 5 Dec 2017 11:59:33 +0000
(20:59 +0900)
Change-Id: I3f77371d309c70bbcc24eaea7628e3e8e2bd1a1f
src/bin/e_comp.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp.c
b/src/bin/e_comp.c
index 9bd64028796dbf8050a1c36a6a21e9705582d245..8b0be312953c594e13704f8e53b9ee3e291651e2 100644
(file)
--- a/
src/bin/e_comp.c
+++ b/
src/bin/e_comp.c
@@
-2258,7
+2258,7
@@
e_getgrnam_r(const char *name)
E_API Eina_Bool
e_comp_socket_init(const char *name)
{
- c
onst c
har *dir = NULL;
+ char *dir = NULL;
char socket_path[108];
uid_t uid;
gid_t gid;