Fixed warning

svn-id: r25698
This commit is contained in:
Max Horn 2007-02-18 18:35:11 +00:00
parent 94507bb44d
commit 3611cc6b4c

View File

@ -176,7 +176,7 @@ void MassAddDialog::handleTickle() {
// Enable the OK button // Enable the OK button
_okButton->setEnabled(true); _okButton->setEnabled(true);
snprintf(buf, sizeof(buf), "Scan complete!", _dirsScanned); snprintf(buf, sizeof(buf), "Scan complete!");
_dirProgressText->setLabel(buf); _dirProgressText->setLabel(buf);
snprintf(buf, sizeof(buf), "Discovered %d games.", _games.size()); snprintf(buf, sizeof(buf), "Discovered %d games.", _games.size());