mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 17:50:31 -04:00
11 lines
229 B
C
11 lines
229 B
C
--- 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);
|