mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00:00
Explicitly require long long abs().
This commit is contained in:
parent
abaa0e8f6e
commit
37c76edcd8
@ -259,7 +259,7 @@ const char* MemSizeToString( int64_t val )
|
||||
char* buf = bufpool[bufsel];
|
||||
bufsel = ( bufsel + 1 ) % Pool;
|
||||
|
||||
const auto aval = abs( val );
|
||||
const auto aval = llabs( val );
|
||||
|
||||
if( aval < 10000ll )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user