Fix for FSE

This commit is contained in:
Andrew Pamment 2016-12-03 15:32:13 +10:00
parent 8ddb934caf
commit 2901e6cd72

View File

@ -330,6 +330,7 @@ char *message_editor() {
} else {
if (strlen(line) == 78) {
strncat(line, &ch.chKeyPress, 1);
position_x++;
}
if (position_x < strlen(line)) {