diff options
-rw-r--r-- | logic/pipeline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/pipeline.cpp b/logic/pipeline.cpp index cfff7680..3bdbc4ff 100644 --- a/logic/pipeline.cpp +++ b/logic/pipeline.cpp @@ -238,7 +238,7 @@ bool maybe_nan(const char* text, const char* fun, int line, const xs&... vals) if (ret) emit_nan_check_msg(text, fun, line); - return true; + return ret; } #define nan_check(...) \ |