mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0008
This commit is contained in:
@@ -7533,7 +7533,7 @@ error:
|
||||
}
|
||||
|
||||
ga_grow(&ga, cplen);
|
||||
mch_memmove(ga.ga_data + ga.ga_len, cpstr, (size_t)cplen);
|
||||
mch_memmove((char *)ga.ga_data + ga.ga_len, cpstr, (size_t)cplen);
|
||||
ga.ga_len += cplen;
|
||||
ga.ga_room -= cplen;
|
||||
|
||||
|
Reference in New Issue
Block a user