Resolved simple cppcheck warning on Qt Ram watch window.

This commit is contained in:
mjbudd77 2020-10-16 23:18:13 -04:00
parent 3c67d440e8
commit e77dd77b7c
1 changed files with 1 additions and 1 deletions

View File

@ -1813,7 +1813,7 @@ void QRamSearchView::paintEvent(QPaintEvent *event)
sprintf( prevStr, "%i", loc->hist.back().v8.i );
}
}
sprintf( chgStr, "%i", loc->chgCount );
sprintf( chgStr, "%u", loc->chgCount );
for (i=0; i<4; i++)