From 2588a6f016cd1d0bc47d9ab0ab5a8b1d2f376000 Mon Sep 17 00:00:00 2001 From: krasimir Date: Thu, 13 Apr 2017 13:43:48 +0000 Subject: gu_string_buf -> gu_new_string_buf in libgu --- src/runtime/c/pgf/aligner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/c/pgf/aligner.c') diff --git a/src/runtime/c/pgf/aligner.c b/src/runtime/c/pgf/aligner.c index b23b3d2e9..be7034f58 100644 --- a/src/runtime/c/pgf/aligner.c +++ b/src/runtime/c/pgf/aligner.c @@ -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, -- cgit v1.2.3