Don't append newline to e16 ipc output.

SVN revision: 29441
This commit is contained in:
Kim Woelders 2007-04-08 19:19:15 +00:00
parent 09cbba40d4
commit 84ceafd71a
1 changed files with 2 additions and 1 deletions

View File

@ -224,7 +224,8 @@ main(int argc, char **argv)
s = CommsGet(me, &ev);
if (!s)
break;
printf("%s\n", s);
if (*s)
printf("%s", s);
fflush(stdout);
Efree(s);
if (mode)