diff --git a/server/TracyView_Utility.cpp b/server/TracyView_Utility.cpp index c19cf25f..df94b98a 100644 --- a/server/TracyView_Utility.cpp +++ b/server/TracyView_Utility.cpp @@ -860,7 +860,7 @@ const char* View::ShortenZoneName( const char* name, ImVec2& tsz, float zsz ) co *dst++ = '>'; } - end = dst; + end = dst-1; ptr = tmp; dst = buf; cnt = 0;