Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/eesh


Modified Files:
        main.c 


Log Message:
Don't append newline to e16 ipc output.

===================================================================
RCS file: /cvs/e/e16/e/eesh/main.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- main.c      17 Jan 2007 01:10:40 -0000      1.24
+++ main.c      8 Apr 2007 19:19:15 -0000       1.25
@@ -224,7 +224,8 @@
                       s = CommsGet(me, &ev);
                       if (!s)
                          break;
-                      printf("%s\n", s);
+                      if (*s)
+                         printf("%s", s);
                       fflush(stdout);
                       Efree(s);
                       if (mode)



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to