diff options
Diffstat (limited to 'graphics/pfstools/files/patch-src-fileformat-pfsoutpfm.cpp')
| -rw-r--r-- | graphics/pfstools/files/patch-src-fileformat-pfsoutpfm.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/pfstools/files/patch-src-fileformat-pfsoutpfm.cpp b/graphics/pfstools/files/patch-src-fileformat-pfsoutpfm.cpp index e4efb7e6edf5..ae6617b1fb53 100644 --- a/graphics/pfstools/files/patch-src-fileformat-pfsoutpfm.cpp +++ b/graphics/pfstools/files/patch-src-fileformat-pfsoutpfm.cpp @@ -1,6 +1,6 @@ ---- src/fileformat/pfsoutpfm.cpp.orig 2005-06-15 13:36:54.000000000 +0000 -+++ src/fileformat/pfsoutpfm.cpp 2014-02-20 19:04:01.546588828 +0000 -@@ -74,7 +74,7 @@ +--- src/fileformat/pfsoutpfm.cpp.orig 2005-06-15 13:36:54 UTC ++++ src/fileformat/pfsoutpfm.cpp +@@ -74,7 +74,7 @@ void writePFMFileColor( FILE *fh, int wi } int written = fwrite( line, sizeof( float ), lineSize, fh ); if( written != lineSize ) @@ -9,7 +9,7 @@ } delete[] line; } -@@ -94,7 +94,7 @@ +@@ -94,7 +94,7 @@ void writePFMFileGrayscale( FILE *fh, in } int written = fwrite( line, sizeof( float ), lineSize, fh ); if( written != lineSize ) |
