Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
infradig committed Oct 17, 2023
1 parent be3ee98 commit 21a3665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtins.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ inline static bool START_FUNCTION(query *q)
if (q->eval)
return true;

if (!q->st.m->flags.unknown == 0)
if (!q->st.m->flags.unknown)
return throw_error(q, q->st.curr_cell, q->st.curr_frame, "existence_error", "procedure");

return false;
Expand Down

0 comments on commit 21a3665

Please sign in to comment.