From: Joe Neeman Date: Thu, 22 Feb 2007 20:42:36 +0000 (+1100) Subject: thinko X-Git-Tag: release/2.11.20-1~2^2~5^2~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4a7e4099b39472aeb03687ef889d092647557e2f;p=lilypond.git thinko --- 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