diff -r 33b8f428bacb -r 33da84af4bba sources/format.h --- a/sources/format.h Sat Dec 13 07:36:00 2014 +0200 +++ b/sources/format.h Sun Dec 14 17:53:24 2014 +0200 @@ -198,5 +198,5 @@ template void print (const String& fmtstr, const argtypes&... args) { - print_to_console (format (fmtstr, args...); + print_to_console (format (fmtstr, args...)); }