From f2fd7cfbc7d5b273a5801b06d375a6a8353d2761 Mon Sep 17 00:00:00 2001 From: Echelon9 Date: Sun, 5 May 2013 11:09:22 +1000 Subject: [PATCH] Further cleanup of stray variables to printf()s --- src/Core/Exe.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Core/Exe.cpp b/src/Core/Exe.cpp index 81c859310..288150400 100644 --- a/src/Core/Exe.cpp +++ b/src/Core/Exe.cpp @@ -140,7 +140,7 @@ Exe::Exe(const char *x_szFilename) goto cleanup; } - printf("OK\n", v); + printf("OK\n"); } } @@ -184,7 +184,7 @@ Exe::Exe(const char *x_szFilename) } } - printf("Exe::Exe: Exe was successfully opened.\n", x_szFilename); + printf("Exe::Exe: Exe (%s) was successfully opened.\n", x_szFilename); cleanup: