From fe6c17f3d48a2e8bbf5e2719107c87411a116753 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Fri, 4 Feb 2005 06:11:57 +0000 Subject: [PATCH] - include the \0 too SVN revision: 13190 --- src/bin/e_ipc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_ipc.c b/src/bin/e_ipc.c index 8577386b8..b3d6e073a 100644 --- a/src/bin/e_ipc.c +++ b/src/bin/e_ipc.c @@ -210,7 +210,7 @@ _e_ipc_cb_client_data(void *data, int type, void *event) E_IPC_DOMAIN_REPLY, E_IPC_OP_BG_GET_REPLY, 0/*ref*/, 0/*ref_to*/, 0/*response*/, - bg, strlen(bg)); + bg, strlen(bg) + 1); } break; default: