diff options
Diffstat (limited to 'graphics/pfstools/files/patch-src-fileformat-pfsinexr.cpp')
-rw-r--r-- | graphics/pfstools/files/patch-src-fileformat-pfsinexr.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/pfstools/files/patch-src-fileformat-pfsinexr.cpp b/graphics/pfstools/files/patch-src-fileformat-pfsinexr.cpp deleted file mode 100644 index 2d1a1be1f8ac..000000000000 --- a/graphics/pfstools/files/patch-src-fileformat-pfsinexr.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/fileformat/pfsinexr.cpp.orig 2008-01-01 13:01:21 UTC -+++ src/fileformat/pfsinexr.cpp -@@ -234,7 +234,7 @@ void readFrames( int argc, char* argv[] - } - - file.setFrameBuffer( frameBuffer ); -- file.readPixels( dw.min.y, dw.max.y ); -+ file.readPixels( dtw.min.y, dtw.max.y ); - - VERBOSE_STR << "reading file (linear) '" << ff.fileName << "'" << std::endl; - |