FreeBSD Bugzilla – Attachment 99225 Details for
Bug 138272
graphics/exiv2: add patch from upstream
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-tiffcomposite.cpp
patch-tiffcomposite.cpp (text/plain), 676 bytes, created by
Andriy Gapon
on 2009-08-28 18:50:03 UTC
(
hide
)
Description:
patch-tiffcomposite.cpp
Filename:
MIME Type:
Creator:
Andriy Gapon
Created:
2009-08-28 18:50:03 UTC
Size:
676 bytes
patch
obsolete
>Index: tiffcomposite.cpp >=================================================================== >--- src/tiffcomposite.cpp (revision 1742) >+++ src/tiffcomposite.cpp (revision 1743) >@@ -688,9 +688,13 @@ > > uint32_t TiffMnEntry::doCount() const > { >- // Count of tag Exif.Photo.MakerNote is the size of the Makernote in bytes >+ if (!mn_) { >+ return TiffEntryBase::doCount(); >+ } >+ // Count of IFD makernote in tag Exif.Photo.MakerNote is the size of the >+ // Makernote in bytes > assert(tiffType() == ttUndefined); >- return size(); >+ return mn_->size(); > } > > uint32_t TiffArrayEntry::doCount() const
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 138272
: 99225