diff options
author | Dan Sinclair <dj2> | 2005-02-04 06:11:57 +0000 |
---|---|---|
committer | Dan Sinclair <dj2@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2005-02-04 06:11:57 +0000 |
commit | fe6c17f3d48a2e8bbf5e2719107c87411a116753 (patch) | |
tree | 58c5f31683687e6a4c3519762322e3a12792b57f /src/bin/e_ipc.c | |
parent | 729270e69787e25d4bd265e782da61ac0369bc84 (diff) |
- include the \0 too
SVN revision: 13190
Diffstat (limited to 'src/bin/e_ipc.c')
-rw-r--r-- | src/bin/e_ipc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/e_ipc.c b/src/bin/e_ipc.c index 8577386..b3d6e07 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) | |||
210 | E_IPC_DOMAIN_REPLY, | 210 | E_IPC_DOMAIN_REPLY, |
211 | E_IPC_OP_BG_GET_REPLY, | 211 | E_IPC_OP_BG_GET_REPLY, |
212 | 0/*ref*/, 0/*ref_to*/, 0/*response*/, | 212 | 0/*ref*/, 0/*ref_to*/, 0/*response*/, |
213 | bg, strlen(bg)); | 213 | bg, strlen(bg) + 1); |
214 | } | 214 | } |
215 | break; | 215 | break; |
216 | default: | 216 | default: |