0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.2.1537: memory acccess error when using setcellwidths()

Problem:    Memory acccess error when using setcellwidths().
Solution:   Use array and pointers correctly.
This commit is contained in:
Bram Moolenaar
2020-08-28 23:27:20 +02:00
parent 4e4473c927
commit b06a6d59d1
4 changed files with 13 additions and 10 deletions

View File

@@ -247,7 +247,7 @@ EXTERN char e_list_item_nr_range_invalid[]
EXTERN char e_list_item_nr_cell_width_invalid[]
INIT(= N_("E1112: List item %d cell width invalid"));
EXTERN char e_overlapping_ranges_for_nr[]
INIT(= N_("E1113: Overlapping ranges for %lx"));
INIT(= N_("E1113: Overlapping ranges for 0x%lx"));
EXTERN char e_only_values_of_0x100_and_higher_supported[]
INIT(= N_("E1114: Only values of 0x100 and higher supported"));
#endif