mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
fix
This commit is contained in:
parent
474a856c88
commit
95cd3ced6d
@ -151,7 +151,7 @@ char* PrintFloatFixedWidth( char* begin, char* end, T value, int fixedWidth ) {
|
||||
assert( end > dstPtr );
|
||||
*dstPtr++ = ' ';
|
||||
}
|
||||
assert( end > dstPtr + width );
|
||||
assert( end >= dstPtr + width );
|
||||
memcpy( dstPtr, buf, width );
|
||||
dstPtr += width;
|
||||
assert(dstPtr == begin + fixedWidth);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user