Fix repeat compatibility with v3.

Co-authored-by: iwalkalone <iwalkalone@chathispano.com>

Closes #2145.
This commit is contained in:
Sadie Powell 2025-01-09 15:28:29 +00:00
parent 477eeaeaea
commit e9124ec7bd

View File

@ -526,7 +526,7 @@ public:
data["max-diff"] = ConvToStr(rm.ms.MaxDiff);
data["max-backlog"] = ConvToStr(rm.ms.MaxBacklog);
compatdata = INSP_FORMAT("{}:{}:{}:{}{}", rm.ms.Extended ? "extended:" : "",
compatdata = INSP_FORMAT("{}{}:{}:{}:{}", rm.ms.Extended ? "extended:" : "",
rm.ms.MaxLines, rm.ms.MaxSecs, rm.ms.MaxDiff, rm.ms.MaxBacklog);
}
};