1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

RealToString() is always called with separator set to true.

This commit is contained in:
Bartosz Taudul
2020-01-31 01:43:24 +01:00
parent 3050f19e0b
commit f017b27ae2
4 changed files with 173 additions and 176 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ static inline char* PrintFloat( char* begin, char* end, T value, int precision )
}
const char* TimeToString( int64_t ns );
const char* RealToString( double val, bool separator );
const char* RealToString( double val );
const char* MemSizeToString( int64_t val );
}