summaryrefslogtreecommitdiff
path: root/devel/cvsgraph/files/patch-cvsgraph.c
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2001-02-25 03:13:11 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2001-02-25 03:13:11 +0000
commitb2da0c288352f7c512c83067107ca39a8a841564 (patch)
tree4784b2103d09df0e17638660c4f891099ed0f93a /devel/cvsgraph/files/patch-cvsgraph.c
parentOn my system(s), xglobe's stars show up in diagonal bands. I can only (diff)
Update to 1.0.1. The sorting bug has been fixed.
Notes
Notes: svn path=/head/; revision=38682
Diffstat (limited to 'devel/cvsgraph/files/patch-cvsgraph.c')
-rw-r--r--devel/cvsgraph/files/patch-cvsgraph.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/cvsgraph/files/patch-cvsgraph.c b/devel/cvsgraph/files/patch-cvsgraph.c
deleted file mode 100644
index 02145a6cd091..000000000000
--- a/devel/cvsgraph/files/patch-cvsgraph.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- cvsgraph.c.orig Mon Feb 19 15:30:29 2001
-+++ cvsgraph.c Wed Feb 21 00:03:56 2001
-@@ -1229,7 +1229,7 @@
- }
- else
- fp = stdout;
-- gdImageGif(im, fp);
-+ gdImagePng(im, fp);
- if(outfile)
- fclose(fp);
- gdImageDestroy(im);