Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sthiele committed Oct 14, 2023
1 parent 232677a commit 3d63fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1488,7 +1488,7 @@ where
clingo_ast_build(
clingo_ast_type_e_clingo_ast_type_guard as i32,
&mut ast,
operator,
operator as isize,
term.ast,
)
} {
Expand Down

0 comments on commit 3d63fc8

Please sign in to comment.