From 44b72fe400369a1c57308ab32d98bb5cf409e1c3 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 16 Nov 2016 08:13:56 -0300 Subject: [PATCH] test --- src/tinyformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tinyformat.h b/src/tinyformat.h index a259077f1..e0b5bde76 100644 --- a/src/tinyformat.h +++ b/src/tinyformat.h @@ -821,7 +821,7 @@ inline void formatImpl(std::ostream& out, const char* fmt, // Print remaining part of format string. fmt = printFormatStringLiteral(out, fmt); - if(*fmt != '\0') + if(*fmt != '\0' && 0 ) // disabled due to complaints TINYFORMAT_ERROR("tinyformat: Too many conversion specifiers in format string"); // Restore stream state