mlterm
mlterm copied to clipboard
error compiling.
vt_edit.c: In function 'vt_edit_save_protected_chars':
vt_edit.c:1545:31: error: assignment to 'vt_char_t *' {aka 'struct vt_char *'} from incompatible pointer type 'vt_protect_store_t *' {aka 'struct vt_protect_store *'} [-Wincompatible-pointer-types]
1545 | dst = save->chars = save + 1;
| ^