Frank Terbeck <[email protected]> skribis: > I was trying this: > > (use-modules (ice-9 format)) > (format #t "~d block~:p~%" 1) ;; and 0, and 2 etc... > > This triggers a warning about the format-string argument count: > > ;;; <stdin>:3:0: warning: "~d block~:p~%": wrong number of `format' > arguments: expected 2, got 1
I believe commit 8ac39b3 fixes it. It will be in 2.0.12. Thanks! Ludo’.
