mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 04:33:09 +00:00
Fixed warning
svn-id: r25698
This commit is contained in:
parent
94507bb44d
commit
3611cc6b4c
@ -176,7 +176,7 @@ void MassAddDialog::handleTickle() {
|
||||
// Enable the OK button
|
||||
_okButton->setEnabled(true);
|
||||
|
||||
snprintf(buf, sizeof(buf), "Scan complete!", _dirsScanned);
|
||||
snprintf(buf, sizeof(buf), "Scan complete!");
|
||||
_dirProgressText->setLabel(buf);
|
||||
|
||||
snprintf(buf, sizeof(buf), "Discovered %d games.", _games.size());
|
||||
|
Loading…
x
Reference in New Issue
Block a user