mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Cleanup.
This commit is contained in:
@@ -388,7 +388,7 @@ namespace bx
|
||||
{
|
||||
if (1 < _max)
|
||||
{
|
||||
StaticMemoryBlockWriter writer(_out, _max-1);
|
||||
StaticMemoryBlockWriter writer(_out, uint32_t(_max-1) );
|
||||
_out[_max-1] = '\0';
|
||||
|
||||
Error err;
|
||||
|
||||
Reference in New Issue
Block a user