From: Han-Wen Nienhuys Date: Thu, 16 Dec 1999 15:26:51 +0000 (+0100) Subject: patch::: 1.2.17.uu1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=259f26ff5138d8a94b24cf07dd7256a0c0894768;p=lilypond.git patch::: 1.2.17.uu1 --- diff --git a/Documentation/index.texi b/Documentation/index.texi index 0187a0a409..01433c68df 100644 --- a/Documentation/index.texi +++ b/Documentation/index.texi @@ -7,7 +7,7 @@ @unnumberedsubsec Introduction -@itemize +@itemize @bullet @item @uref{DEDICATION.txt,Dedication} @item @uref{../topdocs/out-www/AUTHORS.html, Authors} @item @uref{../topdocs/out-www/README.html, Readme file} @@ -29,7 +29,7 @@ @unnumberedsubsec Status -@itemize +@itemize @bullet @item @uref{TODO.txt, Thing to do} @item @uref{CHANGES.txt, Things recently done} @end itemize @@ -42,7 +42,7 @@ @end itemize @unnumberedsubsec Logo: -@itemize +@itemize @bulletp @item @uref{../pictures/out-www/lelieblond.png, logo} in large size @item @uref{../pictures/out-www/lelie-logo.png, logo} in medium size @item @uref{../pictures/out-www/lelie-icon.png, logo} in small size diff --git a/VERSION b/VERSION index ece6a4e077..6622b45d0b 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=2 PATCH_LEVEL=17 -MY_PATCH_LEVEL= +MY_PATCH_LEVEL=uu1 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/flower/scalar.cc b/flower/scalar.cc index 476b6485bd..9526d829bc 100644 --- a/flower/scalar.cc +++ b/flower/scalar.cc @@ -54,7 +54,7 @@ Scalar::isnum_b () const if (length_i ()) { long l =0; - conv = sscanf (strh_.ch_C (), "%lf", &l); + conv = sscanf (strh_.ch_C (), "%ld", &l); } return length_i () && conv; }