Browse Source

future portability to libpng 1.2.7

David Rose 21 years ago
parent
commit
dfb3408f7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/pnmimagetypes/pnmFileTypePNG.cxx

+ 1 - 1
panda/src/pnmimagetypes/pnmFileTypePNG.cxx

@@ -58,7 +58,7 @@ PNMFileTypePNG() {
   // dereferencing convention on the notify category.
   if (pnmimage_png_cat->is_debug()) {
     pnmimage_png_cat->debug()
-      << "PNG version " << png_libpng_ver << "\n";
+      << "PNG version " << PNG_LIBPNG_VER << "\n";
   }
 }