Closed oubiwann closed 10 years ago
Did you find what wrong here? What caused the the 'badarg' error was that the string to be printed was not a proper list and ended in an 'ok'.
Wow, thanks for taking a look, Robert! Totally unexpected :-)
(And sorry for the late response :-( )
Yes, indeed -- you're exactly correct -- thanks for the catch! I'd changed some code as part of a refactor, but hadn't changed all the old forms to the new, so there were some nested calls to io:format
that should have been pulled out of some concatenations.
Fixed in 3cffa26.
E.g.: