Index: head/graphics/exact-image/files/patch-codecs_raw.cc =================================================================== --- head/graphics/exact-image/files/patch-codecs_raw.cc (nonexistent) +++ head/graphics/exact-image/files/patch-codecs_raw.cc (revision 500122) @@ -0,0 +1,14 @@ +--- codecs/raw.cc.orig 2011-01-14 16:30:13 UTC ++++ codecs/raw.cc +@@ -71,9 +71,8 @@ bool RAWCodec::writeImage (std::ostream* stream, Image + if (!image.getRawData()) + return false; + +- return stream->write ((char*)image.getRawData(), image.stride()*image.h) +- /* == +- (size_t) image.stride()*image.h*/; ++ stream->write ((char*)image.getRawData(), image.stride()*image.h); ++ return stream->good(); + } + + RAWCodec raw_loader; Property changes on: head/graphics/exact-image/files/patch-codecs_raw.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property