]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/calendar/format/format.factor
math.parser: rename some private words
[factor.git] / basis / calendar / format / format.factor
index 843c26f4fd10c544e871dadf31edc95bf2b587bd..b2f6ee388eb694ef5b0473b77f536229cbac997d 100644 (file)
@@ -32,7 +32,7 @@ MACRO: formatted ( spec -- quot )
 ! Should be enough for anyone, allows to not do a fancy
 ! algorithm to detect infinite decimals (e.g 1/3)
 : ss.SSSSSS ( timestamp -- )
-    second>> >float "0" 9 6 "f" "C" format-float* write ;
+    second>> >float "0" 9 6 "f" "C" format-float write ;
 
 : hhmm ( timestamp -- ) [ hh ] [ mm ] bi ;