From fc8cb2b5b724eb5179d19c92fac21b8e7c695b23 Mon Sep 17 00:00:00 2001 From: JJ Date: Wed, 15 Oct 2014 22:12:57 -0400 Subject: [PATCH] Manual merge of 4e3826228d43321abec7805f65b6d43d0f04ab06 in #269. --- common/database.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/database.cpp b/common/database.cpp index f4a22d823..24f171cc9 100644 --- a/common/database.cpp +++ b/common/database.cpp @@ -943,7 +943,7 @@ bool Database::CheckDatabaseConversions() { // printppdebug = 1; if (runconvert == 1){ - printf("Running character binary blob to database conversion... \n", number_of_characters); + printf("Running character binary blob to database conversion... \n"); /* Get the number of characters */ rquery = StringFormat("SELECT COUNT(`id`) FROM `character_`"); results = QueryDatabase(rquery);