diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 316f2103..369c0fff 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -5014,7 +5014,7 @@ void View::DrawFindZone() const auto zmax = ( log10( tmax ) - tMinLog ) / numBins; { auto zit = sorted.begin(); - while( zit != sorted.end() && *zit == 0 ) zit++; + while( zit != sorted.end() && *zit == 0 ) ++zit; for( int64_t i=0; i