diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-08 16:10:17 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-08 16:10:17 +0000 |
commit | ca20165cb5f39d324509ee8a7959d93d14d0dd45 (patch) | |
tree | 7038e0ebf3eb2c435d7c058a568f333f08e1d3c6 /graphics/imlib2/files/patch-src_rgbadraw.c | |
parent | Upgrade to 1.1.4. (diff) |
1: Upgrade to 1.1.1.
2: take MAINTAINER.
Notes
Notes:
svn path=/head/; revision=115653
Diffstat (limited to 'graphics/imlib2/files/patch-src_rgbadraw.c')
-rw-r--r-- | graphics/imlib2/files/patch-src_rgbadraw.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/imlib2/files/patch-src_rgbadraw.c b/graphics/imlib2/files/patch-src_rgbadraw.c deleted file mode 100644 index e9b730c7cb3a..000000000000 --- a/graphics/imlib2/files/patch-src_rgbadraw.c +++ /dev/null @@ -1,19 +0,0 @@ ---- src/rgbadraw.c.orig Sat Jul 31 11:10:28 2004 -+++ src/rgbadraw.c Sat Jul 31 11:16:05 2004 -@@ -2357,14 +2357,14 @@ - /* last span on line and still not < ss->x */ - if (ps) - ps->next = s; -- nospans: -+ nospans: ; - } - } - if (i == y2) - goto nolines; - i += step; - } -- nolines: -+ nolines: ; - } - for (i = 0; i < h; i++) - { |