diff options
Diffstat (limited to 'src/runtime/c/pgf/aligner.c')
| -rw-r--r-- | src/runtime/c/pgf/aligner.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
