From 3611cc6b4c6d877cf55316cd66008aa82e2956f7 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 18 Feb 2007 18:35:11 +0000 Subject: [PATCH] Fixed warning svn-id: r25698 --- gui/massadd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/massadd.cpp b/gui/massadd.cpp index 10b72b26396..25a0848378a 100644 --- a/gui/massadd.cpp +++ b/gui/massadd.cpp @@ -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());