ecore/examples: Fix build of ecore_exe example.

SVN revision: 74258
This commit is contained in:
Rafael Antognolli 2012-07-20 18:23:38 +00:00
parent 390e859bb8
commit 1ab16d192b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ _msg_from_child_handler(void *data, int type, void *event)
}
strncpy(msg, dataFromProcess->data, dataFromProcess->size);
msg[dataFromProcess->size = 0;
msg[dataFromProcess->size] = 0;
if (strcmp(msg, "quit") == 0)
{