This commit is contained in:
Pavel Krajcevski 2013-09-10 11:58:53 -04:00
parent eb312ccb0a
commit 77bb7488cc

View file

@ -98,7 +98,7 @@ class ImageTester {
#ifdef OUTPUT_DEBUG_IMAGE
char dbgfname[256];
snprintf(dbgfname, sizeof(dgbfname), "Debug%s.png", filename);
snprintf(dbgfname, sizeof(dbgfname), "Debug%s.png", filename);
::ImageFile imgFile(dbgfname, eFileFormat_PNG, ::Image(w, h, outPixels));
imgFile.Write();
#endif // OUTPUT_DEBUG_IMAGE