summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-18 00:05:15 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-18 00:05:15 +0000
commitb62b9a4d240eb3ef1230b53207fb60bddaf07fab (patch)
tree168cd149beb21332fdd836bfe616b8d7b010be55 /graphics
parentUpdate to 0.8.6b. Assign maintainership to submitter. (diff)
Correct the path to io-xpm.c.
Submitted by: Christian Hiris <4711@chello.at>
Notes
Notes: svn path=/head/; revision=119698
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gdk-pixbuf/files/patch-pixbuf-security4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gdk-pixbuf/files/patch-pixbuf-security b/graphics/gdk-pixbuf/files/patch-pixbuf-security
index cae13c9d432a..9c4230063f6a 100644
--- a/graphics/gdk-pixbuf/files/patch-pixbuf-security
+++ b/graphics/gdk-pixbuf/files/patch-pixbuf-security
@@ -11,8 +11,8 @@
if (State->HeaderSize>State->BytesInHeaderBuf) {
guchar *tmp=realloc(State->HeaderBuf,State->HeaderSize);
if (!tmp)
---- io-xpm.c.orig Thu Mar 1 15:16:28 2001
-+++ io-xpm.c Sun Oct 17 17:05:38 2004
+--- gdk-pixbuf/io-xpm.c.orig Thu Mar 1 15:16:28 2001
++++ gdk-pixbuf/io-xpm.c Sun Oct 17 17:05:38 2004
@@ -352,16 +352,21 @@
return NULL;
}