@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}
@unnumberedsubsec Status
-@itemize
+@itemize @bullet
@item @uref{TODO.txt, Thing to do}
@item @uref{CHANGES.txt, Things recently done}
@end itemize
@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
if (length_i ())
{
long l =0;
- conv = sscanf (strh_.ch_C (), "%lf", &l);
+ conv = sscanf (strh_.ch_C (), "%ld", &l);
}
return length_i () && conv;
}