From d99b22ccffe11741973e4e588b46f2363ccc47a3 Mon Sep 17 00:00:00 2001 From: clanmills Date: Sat, 22 Jun 2019 00:21:25 +0100 Subject: [PATCH] Added URL to discussion concerning sonyTagCipher() --- src/sonymn_int.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sonymn_int.cpp b/src/sonymn_int.cpp index 196112fe27..ec97c095d1 100644 --- a/src/sonymn_int.cpp +++ b/src/sonymn_int.cpp @@ -811,6 +811,7 @@ namespace Exiv2 { return tagInfoFp_; } + // https://github.com/Exiv2/exiv2/pull/906#issuecomment-504338797 DataBuf sonyTagCipher(uint16_t /* tag */, const byte* bytes, uint32_t size, TiffComponent* const /*object*/, bool bDecipher) { DataBuf b(bytes,size); // copy the data