changeset 111:22ba0490733b

Oops, another 10L.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 03 Oct 2012 10:20:00 +0300
parents 8db49a23b393
children e1b6aa3017c2
files dmsimple.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dmsimple.c	Wed Oct 03 10:15:45 2012 +0300
+++ b/dmsimple.c	Wed Oct 03 10:20:00 2012 +0300
@@ -316,6 +316,7 @@
 
 void engineAdjustTime(int adj)
 {
+#ifdef DM_DEBUG
     if (engine.optDebug)
     {
         int tmp = engine.adjustTime + adj;
@@ -329,6 +330,7 @@
         engine.adjustTime = tmp;
         dmPrint(0, "adj=%d, adjtime=%d\n", adj, engine.adjustTime);
     }
+#endif
 }
 
 static void engineAudioCallback(void *userdata, Uint8 *stream, int len)