1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* photoid.c (generate_photo_id): Check for the JPEG magic numbers

instead of JFIF since some programs generate an EXIF header first.
This is issue 1331.
This commit is contained in:
David Shaw 2011-04-05 23:47:58 -04:00
parent d0a9b8a9fb
commit fc1680abdf
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2011-04-05 David Shaw <dshaw@jabberwocky.com>
* photoid.c (generate_photo_id): Check for the JPEG magic numbers
instead of JFIF since some programs generate an EXIF header first.
This is issue 1331.
2011-02-23 Werner Koch <wk@g10code.com>
* Makefile.am (LDADD): Move LIBREADLINE to ..