From: fred Date: Tue, 18 Feb 1997 18:17:56 +0000 (+0000) Subject: flower-1.1.0 X-Git-Tag: release/1.5.59~6325 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=017b0f485fba938a2d14b9a3d433c7c3abfdce87;p=lilypond.git flower-1.1.0 --- diff --git a/flower/scalar.cc b/flower/scalar.cc index d8e6f9e74b..044b4d0b0f 100644 --- a/flower/scalar.cc +++ b/flower/scalar.cc @@ -1,3 +1,4 @@ +#include #include #include "scalar.hh" @@ -26,7 +27,7 @@ Scalar::isnum() int conv = false; if (len()) { long l =0; - conv = sscanf(data, "%ld", &l); + conv = sscanf(strh_.ch_c_l(), "%ld", &l); } return len() && conv; }