From 5553c874ecbb503fdc4a9da113898d86e5a99e34 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:34:37 -0600 Subject: [PATCH] Remove commented printf : ;\n --- utils/deprecated/ppconvert/ppconvert.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/deprecated/ppconvert/ppconvert.cpp b/utils/deprecated/ppconvert/ppconvert.cpp index f6250ab75..716ddd753 100644 --- a/utils/deprecated/ppconvert/ppconvert.cpp +++ b/utils/deprecated/ppconvert/ppconvert.cpp @@ -119,7 +119,6 @@ int main() { snprintf(bptr, 128, "' WHERE id=%lu", id); // printf("Query: '%s'\n", outbuffer); -//printf(";\n"); /* if(mysql_query(&out, outbuffer) != 0) { failed_count++; printf(" Error updating char id %lu: %s\n", id, mysql_error(&m));