projects
/
st.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40c0ecf
)
remove debug code
author
Matthias-Christian Ott
<ott@enolink.de>
Mon, 2 Jun 2008 16:42:23 +0000
(18:42 +0200)
committer
Matthias-Christian Ott
<ott@enolink.de>
Mon, 2 Jun 2008 16:42:23 +0000
(18:42 +0200)
std.c
patch
|
blob
|
history
diff --git
a/std.c
b/std.c
index
080c490
..
53cbd2d
100644
(file)
--- a/
std.c
+++ b/
std.c
@@
-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");