From 33665ee0b2df835c7dc1014dd84c37e2c45980d0 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Tue, 23 Mar 1999 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1999-03-23 --- port/chan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/port/chan.c b/port/chan.c index 7c5a39bc6c3a73c2579823945b5c0df6a9f8bcde..9ab18fd776a0aa414499b7cf16c8f8b87b9e91d8 100644 --- a/port/chan.c +++ b/port/chan.c @@ -785,7 +785,7 @@ char isfrog[256]={ /*BKS*/ 1, 1, 1, 1, 1, 1, 1, 1, /*DLE*/ 1, 1, 1, 1, 1, 1, 1, 1, /*CAN*/ 1, 1, 1, 1, 1, 1, 1, 1, - [' '] 1, +/* [' '] 1, rob - let's try this out */ ['/'] 1, [0x7f] 1, };