Update of /cvsroot/tmux/tmux
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13135

Modified Files:
        server-client.c 
Log Message:
Sync OpenBSD patchset 737:

Send the \n to stdout with the message, not stderr... doh.


Index: server-client.c
===================================================================
RCS file: /cvsroot/tmux/tmux/server-client.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- server-client.c     17 Jul 2010 14:36:40 -0000      1.35
+++ server-client.c     20 Jul 2010 17:36:03 -0000      1.36
@@ -694,7 +694,7 @@
        vfprintf(ctx->cmdclient->stdout_file, fmt, ap);
        va_end(ap);
 
-       fputc('\n', ctx->cmdclient->stderr_file);
+       fputc('\n', ctx->cmdclient->stdout_file);
        fflush(ctx->cmdclient->stdout_file);
 }
 


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to