Skip to content

Commit 23f8cd4

Browse files
Correct name of builtin function with no eval
1 parent c487c4b commit 23f8cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/refinement/string_builtin_function.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ class string_builtin_function_with_no_evalt : public string_builtin_functiont
282282

283283
std::string name() const override
284284
{
285-
return id2string(function_application.id());
285+
return id2string(function_application.function().get_identifier());
286286
}
287287
std::vector<array_string_exprt> string_arguments() const override
288288
{

0 commit comments

Comments
 (0)