diff options
Diffstat (limited to 'glcdgraphics/glcd.c')
-rw-r--r-- | glcdgraphics/glcd.c | 2 |
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); |