mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 08:12:51 -06:00
gu_string_buf -> gu_new_string_buf in libgu
This commit is contained in:
@@ -150,7 +150,7 @@ pgf_parseval(PgfConcr* concr, PgfExpr expr, PgfType* type,
|
||||
}
|
||||
|
||||
GuStringBuf* sbuf =
|
||||
gu_string_buf(pool);
|
||||
gu_new_string_buf(pool);
|
||||
|
||||
PgfMetricsLznState state;
|
||||
state.bind = true;
|
||||
|
||||
Reference in New Issue
Block a user