From 848b7bd3b2536e34f119fc6bdc9d6b6cc7732b9e Mon Sep 17 00:00:00 2001 From: vog Date: Tue, 28 Jun 2011 00:38:12 +0000 Subject: [PATCH] Fixed debug settings of crwimage.cpp and pgfimage.cpp --- src/crwimage.cpp | 2 +- src/pgfimage.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/crwimage.cpp b/src/crwimage.cpp index e7171054..c5ec84f0 100644 --- a/src/crwimage.cpp +++ b/src/crwimage.cpp @@ -31,7 +31,7 @@ EXIV2_RCSID("@(#) $Id$") // Define DEBUG to output debug information to std::cerr, e.g, by calling make // like this: make DEFS=-DDEBUG crwimage.o -//#define DEBUG +//#define DEBUG 1 // ***************************************************************************** // included header files diff --git a/src/pgfimage.cpp b/src/pgfimage.cpp index da875562..7531ef2a 100644 --- a/src/pgfimage.cpp +++ b/src/pgfimage.cpp @@ -31,7 +31,7 @@ EXIV2_RCSID("@(#) $Id$") // ***************************************************************************** -#define DEBUG 1 +//#define DEBUG 1 // ***************************************************************************** // included header files