From: fred Date: Mon, 23 Dec 1996 20:05:11 +0000 (+0000) Subject: flower-1.0.18 X-Git-Tag: release/1.5.59~6479 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3c3f3511f4220e3027ba81609c3347bcb7e56a15;p=lilypond.git flower-1.0.18 --- diff --git a/flower/smat.cc b/flower/smat.cc index 3830fd6825..93726ec08a 100644 --- a/flower/smat.cc +++ b/flower/smat.cc @@ -22,7 +22,7 @@ Full_storage::OK() const Real *r = els[maxh -1]; if (maxw>0) { assert(r); - Real s = r[maxw -1]; + Real s = r[maxw -1]; // accessing unitialised memory. s = sin(s); } }