From b62213babf39e1d9e13b4fdc9488521f9189a47c Mon Sep 17 00:00:00 2001 From: Luigi Yucheng LIU Date: Thu, 28 Aug 2014 21:21:39 +0800 Subject: Bugfix on debugging information. Fixes bug that do call database.disp () without being in debug mode. --- src/mot-encoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mot-encoder.cpp') diff --git a/src/mot-encoder.cpp b/src/mot-encoder.cpp index 96c5f41..561406b 100644 --- a/src/mot-encoder.cpp +++ b/src/mot-encoder.cpp @@ -385,7 +385,7 @@ int main(int argc, char *argv[]) } } -#ifdef DEBUG +#if DEBUG slides_history.disp_database(); #endif -- cgit v1.2.3