From 7bcfa1ee638ec367cf6ebaf3e61293e18e706941 Mon Sep 17 00:00:00 2001 From: "arg@wmii.de" Date: Thu, 20 Jul 2006 09:42:01 +0200 Subject: [PATCH] small fix --- sic.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sic.c b/sic.c index 1dac693..7199c14 100644 --- a/sic.c +++ b/sic.c @@ -328,7 +328,6 @@ main(int argc, char *argv[]) trespond = time(NULL); } if(FD_ISSET(0, &rd)) { - fprintf(stdout, "%s> ", channel); if(getline(0, sizeof(bufin), bufin) == -1) { perror("sic: broken pipe"); exit(EXIT_FAILURE); -- 2.39.2