e_comp: fixed an warning. 26/162826/1
authorGwanglim Lee <gl77.lee@samsung.com>
Tue, 5 Dec 2017 11:59:33 +0000 (20:59 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Tue, 5 Dec 2017 11:59:33 +0000 (20:59 +0900)
Change-Id: I3f77371d309c70bbcc24eaea7628e3e8e2bd1a1f

src/bin/e_comp.c

index 9bd64028796dbf8050a1c36a6a21e9705582d245..8b0be312953c594e13704f8e53b9ee3e291651e2 100644 (file)
@@ -2258,7 +2258,7 @@ e_getgrnam_r(const char *name)
 E_API Eina_Bool
 e_comp_socket_init(const char *name)
 {
-   const char *dir = NULL;
+   char *dir = NULL;
    char socket_path[108];
    uid_t uid;
    gid_t gid;