- include the \0 too

SVN revision: 13190
This commit is contained in:
Dan Sinclair 2005-02-04 06:11:57 +00:00 committed by Dan Sinclair
parent 729270e697
commit fe6c17f3d4
1 changed files with 1 additions and 1 deletions

View File

@ -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: