patch::: 1.2.17.uu1
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 16 Dec 1999 15:26:51 +0000 (16:26 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 16 Dec 1999 15:26:51 +0000 (16:26 +0100)
Documentation/index.texi
VERSION
flower/scalar.cc

index 0187a0a409b5249d063ee4b0336228646a3f0917..01433c68dfcfe266f94a1f5ab06b0616b4c5190e 100644 (file)
@@ -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 ece6a4e077c9f46b613ff48c4cdfd43acd80d614..6622b45d0b07a7bac8632e1394c5518a757691bd 100644 (file)
--- 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.
index 476b6485bdd3727609f224bbeb1b64e3dc1a43bd..9526d829bc4c475e2f99716684ee429e04774408 100644 (file)
@@ -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;
 }