ecore_con: fix test to properly send the right amount of data (including the '\0').

This commit is contained in:
Cedric BAIL 2015-08-21 17:54:13 +02:00
parent 743e6a1a24
commit 7aea193a97
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ _eet_data_cb(void *data EINA_UNUSED, Ecore_Con_Reply *reply, const char *protoco
fail_if(received->id != 1);
ecore_con_eet_raw_send(reply, protocol_name, "message", toSend,
strlen(toSend));
strlen(toSend) + 1);
}
static Eina_Bool