aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/zencore/include')
-rw-r--r--src/zencore/include/zencore/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zencore/include/zencore/string.h b/src/zencore/include/zencore/string.h
index 2319d7ade..2b61b3954 100644
--- a/src/zencore/include/zencore/string.h
+++ b/src/zencore/include/zencore/string.h
@@ -690,7 +690,7 @@ struct NiceTimeSpanMs : public NiceBase
//////////////////////////////////////////////////////////////////////////
inline std::string
-NiceRate(uint64_t Num, uint32_t DurationMilliseconds, const char* Unit = "B")
+NiceRate(uint64_t Num, uint64_t DurationMilliseconds, const char* Unit = "B")
{
char Buffer[32];