You've already forked lazarus-ccr
fpexif: Fix unnamed "Software" tag ($0131) in IFD1. Issue #38926. Patch by regs.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8046 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -352,6 +352,7 @@ begin
|
||||
AddUShortTag (P+$0129, 'PageNumber', 2, rsPageNumber);
|
||||
AddUShortTag (P+$012D, 'TransferFunction', 768, rsTransferFunction);
|
||||
AddStringTag (P+$0131, 'Software', 1, rsSoftware);
|
||||
AddStringTag (T+$0131, 'Software', 1, rsSoftware);
|
||||
AddStringTag (P+$0132, 'DateTime', 1, rsDateTime, '', TDateTimeTag);
|
||||
AddStringTag (T+$0132, 'DateTime', 1, rsDateTime, '', TDateTimeTag);
|
||||
AddStringTag (P+$013B, 'Artist', 1, rsArtist);
|
||||
|
Reference in New Issue
Block a user