Introduction
Introduction Statistics Contact Development Disclaimer Help
tremove debug code - st - [fork] customized build of st, the simple terminal
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit 0b3510df45057bf63f0e3b5ce225ff4491912bb8
parent 40c0ecfe821036a3eefc210e6f5dc09e846ae5bf
Author: Matthias-Christian Ott <[email protected]>
Date: Mon, 2 Jun 2008 18:42:23 +0200
remove debug code
Diffstat:
M std.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
diff --git a/std.c b/std.c
t@@ -127,7 +127,6 @@ getpty(void) {
pts = open(ptsdev, O_RDWR);
if(pts == -1)
eprintn("error, cannot open slave pty");
- puts(ptsdev);
}
else
eprintn("error, cannot open pty");
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.