summaryrefslogtreecommitdiff
path: root/teln.c
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2011-09-03 14:05:25 +0200
committerAxel Beckert <abe@deuxchevaux.org>2011-09-03 14:05:25 +0200
commit9d943c7539f59f42ba8f8052497dc541fe5f0167 (patch)
treec8725127bf7a68d3d7fe57adca45c204b25adf21 /teln.c
parent0e9a09d7718f02726b12924f7ddb05a992202aa3 (diff)
downloadscreen-9d943c7539f59f42ba8f8052497dc541fe5f0167.tar.gz
Imported Upstream version 4.0.2upstream/4.0.2
Diffstat (limited to 'teln.c')
-rw-r--r--teln.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/teln.c b/teln.c
index f434a1c..6fa910b 100644
--- a/teln.c
+++ b/teln.c
@@ -21,9 +21,6 @@
****************************************************************
*/
-#include "rcs.h"
-RCS_ID("$Id: teln.c,v 1.6 1994/05/31 12:32:15 mlschroe Exp $ FAU")
-
#include <sys/types.h>
#include <sys/socket.h>
#include <fcntl.h>
@@ -233,7 +230,7 @@ int *lenp;
}
fore->w_telbufl--;
}
- if ((c >= 0x20 && c <= 0x7e) || (c >= 0xa0 && c <= 0xff))
+ if ((c >= 0x20 && c <= 0x7e) || c >= 0xa0)
{
if (echo)
WriteString(fore, (char *)&c, 1);