projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5863c9
)
Fixed wrong path for the sockets.
author
Daniel Carl
<danielcarl@gmx.de>
Sun, 24 Jan 2016 19:03:15 +0000
(20:03 +0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Sun, 24 Jan 2016 19:03:40 +0000
(20:03 +0100)
src/io.c
patch
|
blob
|
history
diff --git
a/src/io.c
b/src/io.c
index
0abac30
..
ee7c77e
100644
(file)
--- a/
src/io.c
+++ b/
src/io.c
@@
-43,7
+43,7
@@
gboolean io_init_socket(const char *name)
struct sockaddr_un local;
/* create socket in runtime directory */
- dir = g_build_filename(util_get_runtime_dir(vb.config.profile),
PROJECT,
"socket", NULL);
+ dir = g_build_filename(util_get_runtime_dir(vb.config.profile), "socket", NULL);
util_create_dir_if_not_exists(dir);
path = g_build_filename(dir, name, NULL);
g_free(dir);