diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-08-13 10:54:59 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-08-13 10:54:59 +0000 |
commit | 0de9381e3e031bcbfdb4d12f02ca168c4496420a (patch) | |
tree | af96bade9aa58313f5a40b2130da9966da137b81 /print | |
parent | - Fix build with gcc 3.4 [1] (diff) |
Fix build with gcc 3.4
Reported by: kris
Notes
Notes:
svn path=/head/; revision=116097
Diffstat (limited to 'print')
-rw-r--r-- | print/gribouy/files/patch-src::gribouy-curve.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/print/gribouy/files/patch-src::gribouy-curve.c b/print/gribouy/files/patch-src::gribouy-curve.c new file mode 100644 index 000000000000..ff1888fb3525 --- /dev/null +++ b/print/gribouy/files/patch-src::gribouy-curve.c @@ -0,0 +1,10 @@ +--- src/gribouy-curve.c.orig Fri Aug 13 19:51:07 2004 ++++ src/gribouy-curve.c Fri Aug 13 19:51:21 2004 +@@ -311,6 +311,7 @@ + bp++; + } + next_one: ++ ; + } while (bp->code != ART_END); + art_free (bpath); + if (vp) |