summaryrefslogtreecommitdiff
path: root/glcdgraphics/glcd.c
diff options
context:
space:
mode:
authorLucian Muresan <lucianm@users.sourceforge.net>2013-02-22 22:09:40 +0100
committerLucian Muresan <lucianm@users.sourceforge.net>2013-02-22 22:09:40 +0100
commit281feef328f8e3772f7a0dde0a90c3a5260c334d (patch)
tree42caac879ed1cb4b2e419319677173dc04e4f709 /glcdgraphics/glcd.c
parent36e68bcba2e60808a1b629aea3640f8d8bec9c2d (diff)
downloadgraphlcd-base-281feef328f8e3772f7a0dde0a90c3a5260c334d.tar.gz
graphlcd-base-281feef328f8e3772f7a0dde0a90c3a5260c334d.tar.bz2
more consistent usage of debug code (define HAVE_DEBUG)
Diffstat (limited to 'glcdgraphics/glcd.c')
-rw-r--r--glcdgraphics/glcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glcdgraphics/glcd.c b/glcdgraphics/glcd.c
index 30449b9..3b2c3f3 100644
--- a/glcdgraphics/glcd.c
+++ b/glcdgraphics/glcd.c
@@ -188,7 +188,7 @@ bool cGLCDFile::Load(cImage & image, const string & fileName)
}
}
}
-#ifdef DEBUG
+#ifdef HAVE_DEBUG
printf("%s:%s(%d) - filename: '%s', count %d\n", __FILE__, __FUNCTION__, __LINE__, fileName.c_str(), n);
#endif
cBitmap * b = new cBitmap(width, height, bmpdata);