From b7cbee794087f67bdcac2eb09acfbbc937bfea12 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Tue, 21 May 2013 10:53:20 +0000 Subject: fix the encoding problem with unicode literals in the Python binding --- src/runtime/c/pgf/expr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/c/pgf/expr.h') diff --git a/src/runtime/c/pgf/expr.h b/src/runtime/c/pgf/expr.h index 7bd2d218f..ef2dd013c 100644 --- a/src/runtime/c/pgf/expr.h +++ b/src/runtime/c/pgf/expr.h @@ -152,7 +152,7 @@ pgf_expr_unapply(PgfExpr expr, GuPool* pool); PgfExpr -pgf_read_expr(GuReader* rdr, GuPool* pool, GuExn* err); +pgf_read_expr(GuIn* in, GuPool* pool, GuExn* err); bool pgf_literal_eq(PgfLiteral lit1, PgfLiteral lit2); -- cgit v1.2.3