From 4a7e4099b39472aeb03687ef889d092647557e2f Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Fri, 23 Feb 2007 07:42:36 +1100 Subject: [PATCH] thinko --- flower/offset.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flower/offset.cc b/flower/offset.cc index 0861471882..8fc956c65e 100644 --- a/flower/offset.cc +++ b/flower/offset.cc @@ -95,7 +95,7 @@ Offset::is_sane () const return !isnan (coordinate_a_[X_AXIS]) && !isnan (coordinate_a_ [Y_AXIS]) && !isinf (coordinate_a_[X_AXIS]) - && !isnan (coordinate_a_[Y_AXIS]); + && !isinf (coordinate_a_[Y_AXIS]); } Offset -- 2.39.2