diff --git a/ShaderCompile/strmanip.hpp b/ShaderCompile/strmanip.hpp index 66985a2..3c6b263 100644 --- a/ShaderCompile/strmanip.hpp +++ b/ShaderCompile/strmanip.hpp @@ -25,7 +25,7 @@ static inline void __PrettyPrintNumber( std::ostream& s, uint64_t k ) *pchPrint-- = '0' + char( k % 10 ); } *++pchPrint ? 0 : *pchPrint = 0; - s << chCompileString; + s << pchPrint; } static inline _Smanip2 PrettyPrint( uint64_t i )