--- 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<typename... argtypes> void print (const String& fmtstr, const argtypes&... args) { - print_to_console (format (fmtstr, args...); + print_to_console (format (fmtstr, args...)); }