Skip to content
Snippets Groups Projects
Commit 0f8960a9 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

?

parent eb63e92a
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ string triv::strg( int val )
string triv::strg( size_t val )
{
return str( format( "%z" ) % val );
return str( format( "%u" ) % val );
}
//! Convert char to string.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment