mlterm icon indicating copy to clipboard operation
mlterm copied to clipboard

error compiling.

Open misterhackerman opened this issue 1 year ago • 0 comments

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;
      |                               ^

misterhackerman avatar Jun 27 '24 05:06 misterhackerman