diff options
Diffstat (limited to 'devel/cvsgraph/files/patch-cvsgraph.c')
-rw-r--r-- | devel/cvsgraph/files/patch-cvsgraph.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/cvsgraph/files/patch-cvsgraph.c b/devel/cvsgraph/files/patch-cvsgraph.c new file mode 100644 index 000000000000..02145a6cd091 --- /dev/null +++ b/devel/cvsgraph/files/patch-cvsgraph.c @@ -0,0 +1,11 @@ +--- 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); |