diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-18 00:05:15 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-18 00:05:15 +0000 |
commit | b62b9a4d240eb3ef1230b53207fb60bddaf07fab (patch) | |
tree | 168cd149beb21332fdd836bfe616b8d7b010be55 /graphics | |
parent | 19ab91f9351080720fc7f4f2c3b76e3c4181d069 (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-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; } |