Sophie

Sophie

distrib > Fedora > 16 > x86_64 > by-pkgid > e398aa89549434390daa8a09bce1f25d > files > 4

nvidia-texture-tools-2.0.8-3.fc16.src.rpm

Index: src/src/nvimage/ImageIO.cpp
===================================================================
--- src/src/nvimage/ImageIO.cpp	(revision 9895)
+++ src/src/nvimage/ImageIO.cpp	(working copy)
@@ -603,7 +603,7 @@
 {
 	nvDebugCheck(png_ptr != NULL);
 	
-	Stream * s = (Stream *)png_ptr->io_ptr;
+	Stream * s = (Stream *)png_get_io_ptr(png_ptr);
 	s->serialize(data, (int)length);
 	
 	if (s->isError()) {