invalidPrintfArgType_sint

This commit is contained in:
gtsoul-tech
2024-04-24 11:07:23 +03:00
parent 52b0076f4f
commit 9b9df1b397
2 changed files with 3 additions and 3 deletions

View File

@@ -320,7 +320,7 @@ void ComponentRepeat::wireRepeats(GlushkovBuildState &bs) {
}
}
DEBUG_PRINTF("wiring up %d optional repeats\n", copies - m_min);
DEBUG_PRINTF("wiring up %u optional repeats\n", copies - m_min);
for (u32 rep = MAX(m_min, 1); rep < copies; rep++) {
vector<PositionInfo> lasts = m_lasts[rep - 1];
if (rep != m_min) {