small fix
This commit is contained in:
parent
bb52356d15
commit
7bcfa1ee63
1
sic.c
1
sic.c
@ -328,7 +328,6 @@ main(int argc, char *argv[])
|
|||||||
trespond = time(NULL);
|
trespond = time(NULL);
|
||||||
}
|
}
|
||||||
if(FD_ISSET(0, &rd)) {
|
if(FD_ISSET(0, &rd)) {
|
||||||
fprintf(stdout, "%s> ", channel);
|
|
||||||
if(getline(0, sizeof(bufin), bufin) == -1) {
|
if(getline(0, sizeof(bufin), bufin) == -1) {
|
||||||
perror("sic: broken pipe");
|
perror("sic: broken pipe");
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
|
Loading…
Reference in New Issue
Block a user