forked from GitHub/gf-core
gu_string_buf -> gu_new_string_buf in libgu
This commit is contained in:
@@ -210,7 +210,7 @@ pgf_align_words(PgfConcr* concr, PgfExpr expr,
|
||||
.parent_current = gu_new_buf(int, tmp_pool),
|
||||
.phrases = phrases,
|
||||
.last_phrase = NULL,
|
||||
.sbuf = gu_string_buf(tmp_pool),
|
||||
.sbuf = gu_new_string_buf(tmp_pool),
|
||||
.n_matches = 0,
|
||||
.err = err,
|
||||
.bind = true,
|
||||
|
||||
Reference in New Issue
Block a user