diff options
author | marcus <marcus@FreeBSD.org> | 2004-10-18 08:05:15 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-10-18 08:05:15 +0800 |
commit | 85bff28ea8735b5307a34609cf2d0106a1656da1 (patch) | |
tree | 2d47ba049b487e5c643d9565115a228557020c7e | |
parent | 80571771b3ff75e01367e1f37a73af295d3e2f01 (diff) | |
download | freebsd-ports-gnome-85bff28ea8735b5307a34609cf2d0106a1656da1.tar.gz freebsd-ports-gnome-85bff28ea8735b5307a34609cf2d0106a1656da1.tar.zst freebsd-ports-gnome-85bff28ea8735b5307a34609cf2d0106a1656da1.zip |
Correct the path to io-xpm.c.
Submitted by: Christian Hiris <4711@chello.at>
-rw-r--r-- | graphics/gdk-pixbuf/files/patch-pixbuf-security | 4 |
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; } |