Index: head/graphics/gphoto2/files/patch-gphoto2::actions.c =================================================================== --- head/graphics/gphoto2/files/patch-gphoto2::actions.c (nonexistent) +++ head/graphics/gphoto2/files/patch-gphoto2::actions.c (revision 119101) @@ -0,0 +1,17 @@ +--- gphoto2/actions.c.orig Thu Sep 30 13:04:05 2004 ++++ gphoto2/actions.c Thu Sep 30 13:14:06 2004 +@@ -346,12 +346,13 @@ + { + ExifEntry *e; + unsigned int i; ++ char value[1024]; + + for (i = 0; i < content->count; i++) { + e = content->entries[i]; + printf ("%-20.20s", exif_tag_get_name (e->tag)); + printf ("|"); +- printf ("%-59.59s", exif_entry_get_value (e)); ++ printf ("%-59.59s", exif_entry_get_value (e, value, sizeof(value))); + printf ("\n"); + } + } Property changes on: head/graphics/gphoto2/files/patch-gphoto2::actions.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property