Fix for readstring

This commit is contained in:
Andrew Pamment 2016-12-04 13:26:29 +10:00
parent 6fd4d38af4
commit 5d255ef56c

1
bbs.c
View File

@ -281,6 +281,7 @@ void s_readstring(char *buffer, int max) {
if (c == 91) {
c = s_getchar();
}
i -= 1;
continue;
}