forked from GitHub/gf-core
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