diff options
Diffstat (limited to 'graphics/gphoto2/files/patch-libgphoto2_gphoto2-filesys.c')
-rw-r--r-- | graphics/gphoto2/files/patch-libgphoto2_gphoto2-filesys.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/graphics/gphoto2/files/patch-libgphoto2_gphoto2-filesys.c b/graphics/gphoto2/files/patch-libgphoto2_gphoto2-filesys.c deleted file mode 100644 index 0cf2e9054d9a..000000000000 --- a/graphics/gphoto2/files/patch-libgphoto2_gphoto2-filesys.c +++ /dev/null @@ -1,18 +0,0 @@ ---- libgphoto2/gphoto2-filesys.c.orig Sat Aug 31 20:30:42 2002 -+++ libgphoto2/gphoto2-filesys.c Sat Aug 31 20:32:23 2002 -@@ -98,12 +98,12 @@ - /* - * HP PhotoSmart C30 has the date and time in ifd_exif. - */ -- e = exif_content_get_entry (ed->ifd0, EXIF_TAG_DATE_TIME); -+ e = exif_content_get_entry (ed->ifd[EXIF_IFD_0], EXIF_TAG_DATE_TIME); - if (!e) -- e = exif_content_get_entry (ed->ifd_exif, -+ e = exif_content_get_entry (ed->ifd[EXIF_IFD_EXIF], - EXIF_TAG_DATE_TIME_ORIGINAL); - if (!e) -- e = exif_content_get_entry (ed->ifd_exif, -+ e = exif_content_get_entry (ed->ifd[EXIF_IFD_EXIF], - EXIF_TAG_DATE_TIME_DIGITIZED); - if (!e) { - GP_DEBUG ("EXIF data has not date/time tag."); |