You've already forked lazarus-ccr
fpexif: Fix thumbnail not being detected in some cases. Remove unit "fpEXIF" (no longer needed).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6137 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -520,8 +520,8 @@ begin
|
||||
|
||||
// In case of the thumbnail directory we read the thumbnail if available.
|
||||
if (AParent = TAGPARENT_THUMBNAIL) and
|
||||
(FThumbPosition > -1) and (FThumbSize > 0) and
|
||||
(FThumbPosition < FThumbSize) then
|
||||
(FThumbPosition > -1) and (FThumbSize > 0) //and
|
||||
then //(FThumbPosition < FThumbSize) then
|
||||
begin
|
||||
// Move stream to beginning of thumbnail...
|
||||
AStream.Position := FThumbPosition;
|
||||
|
Reference in New Issue
Block a user