diff options
Diffstat (limited to 'src/runtime')
| -rw-r--r-- | src/runtime/c/pgf/reasoner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/c/pgf/reasoner.c b/src/runtime/c/pgf/reasoner.c index 1fb31e9a0..75f7ee0c6 100644 --- a/src/runtime/c/pgf/reasoner.c +++ b/src/runtime/c/pgf/reasoner.c @@ -370,7 +370,7 @@ void pgf_reasoner_mk_string(PgfReasoner* rs, PgfExprState* parent) { pgf_reasoner_mk_literal(rs, parent, "String", - pgf_expr_string("FOO", rs->out_pool)); + pgf_expr_string("__mock_string__", rs->out_pool)); } void |
