From b5ed1796497577b23bc2279ae5cb93457137cac1 Mon Sep 17 00:00:00 2001 From: simon <> Date: Fri, 10 Oct 1997 11:21:29 +0000 Subject: [PATCH] wrapper.c: 'sort of working for testing' version, does not correctly handle stdin, stdout --- wrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrapper.c b/wrapper.c index fbc863f..cf3a426 100644 --- a/wrapper.c +++ b/wrapper.c @@ -51,7 +51,7 @@ void wrapper( int conversation) recv( hear, firstln, 80, MSG_PEEK); - puts( "looking for command"); + printf( "looking for command to match [%s]\n", firstln); command = get_handler_command( firstln); /* and find the appropriate handler */