Fix for FSE
This commit is contained in:
parent
8ddb934caf
commit
2901e6cd72
@ -330,6 +330,7 @@ char *message_editor() {
|
|||||||
} else {
|
} else {
|
||||||
if (strlen(line) == 78) {
|
if (strlen(line) == 78) {
|
||||||
strncat(line, &ch.chKeyPress, 1);
|
strncat(line, &ch.chKeyPress, 1);
|
||||||
|
position_x++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (position_x < strlen(line)) {
|
if (position_x < strlen(line)) {
|
||||||
|
Reference in New Issue
Block a user