diff --git a/server/TracyWorker.cpp b/server/TracyWorker.cpp index fc51c06e..b0d13324 100644 --- a/server/TracyWorker.cpp +++ b/server/TracyWorker.cpp @@ -3298,7 +3298,7 @@ int16_t Worker::ShrinkSourceLocationReal( uint64_t srcloc ) int16_t Worker::NewShrinkedSourceLocation( uint64_t srcloc ) { - assert( m_data.sourceLocationExpand.size() < std::numeric_limits::max() ); + assert( m_data.sourceLocationExpand.size() < std::numeric_limits::max() ); const auto sz = int16_t( m_data.sourceLocationExpand.size() ); m_data.sourceLocationExpand.push_back( srcloc ); #ifndef TRACY_NO_STATISTICS