f3f82b2357
ok sturm ("go ahead, i'll yell at you if you break anything")
13 lines
433 B
Plaintext
13 lines
433 B
Plaintext
--- libgphoto2/gphoto2-filesys.c.orig Wed Jul 5 12:55:58 2006
|
|
+++ libgphoto2/gphoto2-filesys.c Wed Jul 5 12:56:05 2006
|
|
@@ -119,7 +119,8 @@
|
|
/*
|
|
* HP PhotoSmart C30 has the date and time in ifd_exif.
|
|
*/
|
|
-#ifdef HAVE_EXIF_0_5_4
|
|
+/* was #ifdef HAVE_EXIF_0_5_4 */
|
|
+#if 1
|
|
e = exif_content_get_entry (ed->ifd[EXIF_IFD_0], EXIF_TAG_DATE_TIME);
|
|
if (!e)
|
|
e = exif_content_get_entry (ed->ifd[EXIF_IFD_EXIF],
|