Buglet: format "~$" on negative numbers prints two "-" signs
"Scott L. Burson" <[email protected]>
| Newsgroups | gmane.editors.j.devel |
|---|---|
| Message-ID | <CAF5LJ4Bdt-0JSVeQ3YVDLfkC6qNJ0=AUmwnbweLG6_boFQQYHQ__33243.6746954501$1527573383$gmane$org@mail.gmail.com> |
ABCL> (format nil "~$" -2.34) --2.34 I've fixed this locally by modifying 'format-dollars' to call 'abs' on the first argument to 'sys::flonum-to-string'. -- Scott