[hackers] [st] removed debug code. || Aurélien Aptel

From: <hg_AT_suckless.org>
Date: Wed, 1 Sep 2010 16:13:00 +0000 (UTC)

changeset: 130:89f0aa7e61c7
tag: tip
user: Aurélien Aptel <aurelien.aptel_AT_gmail.com>
date: Wed Sep 01 18:12:54 2010 +0200
files: st.c
description:
removed debug code.

diff -r f271b74eda5f -r 89f0aa7e61c7 st.c
--- a/st.c Wed Sep 01 17:21:09 2010 +0200
+++ b/st.c Wed Sep 01 18:12:54 2010 +0200
@@ -392,10 +392,8 @@
 
         if((ret = read(cmdfd, buf, LEN(buf))) < 0)
                 die("Couldn't read from shell: %s\n", SERRNO);
- else {
- printf("ttyread %d\n", ret);
+ else
                 tputs(buf, ret);
- }
 }
 
 void
Received on Wed Sep 01 2010 - 18:13:00 CEST

This archive was generated by hypermail 2.2.0 : Wed Sep 01 2010 - 18:24:05 CEST