From 4947a16af6c8e33f697a8da222db7f3ad027ba94 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 16 Mar 2021 03:01:13 +0000 Subject: CTAN sync 202103160301 --- graphics/asymptote/mathop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/asymptote/mathop.h') diff --git a/graphics/asymptote/mathop.h b/graphics/asymptote/mathop.h index 3c5da5b73c..785f30d036 100644 --- a/graphics/asymptote/mathop.h +++ b/graphics/asymptote/mathop.h @@ -104,7 +104,7 @@ struct divide { }; inline bool validInt(double x) { - return x > Int_MIN-0.5 && x < Int_MAX+0.5; + return x > (double) Int_MIN-0.5 && x < (double) Int_MAX+0.5; } inline void checkInt(double x, size_t i) -- cgit v1.2.3