cutec-chris / dexif

Lazarus port of Delphi EXIF Library to extract Exif Information from Images
Other
21 stars 18 forks source link

Can't read exif #1

Closed cswormy closed 7 years ago

cswormy commented 7 years ago

In debug mode, we can see an error : function TImgData.ProcessFile( const aFileName :ansistring):boolean; var extn:ansistring; begin reset; result := false; if not FileExists(FileName) then exit;

FileName is undefined because parameter is aFilename

Library not tested before commit ?

cswormy commented 7 years ago

Corrected by #2