mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
Rename ga_init2() to ga_init()
This commit is contained in:

committed by
Thiago de Arruda

parent
e02790cad4
commit
5d30654512
@@ -422,7 +422,7 @@ char_u* str_foldcase(char_u *str, int orglen, char_u *buf, int buflen)
|
||||
|
||||
// Copy "str" into "buf" or allocated memory, unmodified.
|
||||
if (buf == NULL) {
|
||||
ga_init2(&ga, 1, 10);
|
||||
ga_init(&ga, 1, 10);
|
||||
|
||||
if (ga_grow(&ga, len + 1) == FAIL) {
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user