arakiken / mlterm

Other
147 stars 13 forks source link

error compiling. #99

Open misterhackerman opened 6 days ago

misterhackerman commented 6 days ago
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;
      |                               ^