Date: Thu, 30 Sep 2004 15:50:12 -0400 From: Michael Johnson <ahze@ahze.net> To: FreeBSD GNOME Users <gnome@freebsd.org> Subject: nautilus libexif 0.6.10 patch (for pr-71944) Message-ID: <F16074A0-1319-11D9-A536-000A958C81C6@ahze.net>
next in thread | raw e-mail | index | archive | help
--Apple-Mail-1-155012306 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed This patch is needed for new libexif pr-71944 which has not been committed yet. --Apple-Mail-1-155012306 Content-Transfer-Encoding: 7bit Content-Type: application/octet-stream; x-unix-mode=0644; name="nautilus2-libexif-0.6.10.patch" Content-Disposition: attachment; filename=nautilus2-libexif-0.6.10.patch diff -ruN nautilus2.orig/files/patch-components-image_properties-nautilus-image-properties-view.c nautilus2/files/patch-components-image_properties-nautilus-image-properties-view.c --- nautilus2.orig/files/patch-components-image_properties-nautilus-image-properties-view.c Wed Dec 31 19:00:00 1969 +++ nautilus2/files/patch-components-image_properties-nautilus-image-properties-view.c Thu Sep 30 15:45:50 2004 @@ -0,0 +1,12 @@ +--- components/image_properties/nautilus-image-properties-view.c.orig Thu Sep 30 15:41:33 2004 ++++ components/image_properties/nautilus-image-properties-view.c Thu Sep 30 15:43:11 2004 +@@ -130,7 +130,8 @@ + return; + } + +- attribute->value = g_strdup (exif_content_get_value (content, attribute->tag)); ++ char value[1024]; ++ attribute->value = g_strdup (exif_content_get_value (content, attribute->tag, value, sizeof(value))); + if (attribute->value != NULL) { + attribute->found = TRUE; + } --Apple-Mail-1-155012306 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed Michael --Apple-Mail-1-155012306--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F16074A0-1319-11D9-A536-000A958C81C6>