Comment out code.
This commit is contained in:
parent
c28813fd79
commit
7b3063ca56
4
bbs.c
4
bbs.c
@ -233,11 +233,11 @@ char s_getchar() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (c == '\r') {
|
/* if (c == '\r') {
|
||||||
if (len == 0) {
|
if (len == 0) {
|
||||||
disconnect("Socket Closed");
|
disconnect("Socket Closed");
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
} while (c == '\n');
|
} while (c == '\n');
|
||||||
usertimeout = 10;
|
usertimeout = 10;
|
||||||
return (char)c;
|
return (char)c;
|
||||||
|
Reference in New Issue
Block a user