From 6c59170bca7b079bb699aa4fe6a5bf790e0dea6e Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Fri, 17 Mar 2000 02:18:05 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_0_0'. --- www/webalizer/files/patch-ad | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 www/webalizer/files/patch-ad (limited to 'www/webalizer/files/patch-ad') diff --git a/www/webalizer/files/patch-ad b/www/webalizer/files/patch-ad deleted file mode 100644 index d0c305c1ac57..000000000000 --- a/www/webalizer/files/patch-ad +++ /dev/null @@ -1,38 +0,0 @@ ---- graphs.c.orig Tue Jun 15 06:33:40 1999 -+++ graphs.c Sat Jul 31 10:43:48 1999 -@@ -285,7 +285,7 @@ - /* save gif image */ - if ((out = fopen(fname, "wb")) != NULL) - { -- gdImageGif(im, out); -+ gdImagePng(im, out); - fclose(out); - } - /* deallocate memory */ -@@ -501,7 +501,7 @@ - /* open file for writing */ - if ((out = fopen(fname, "wb")) != NULL) - { -- gdImageGif(im, out); -+ gdImagePng(im, out); - fclose(out); - } - /* deallocate memory */ -@@ -614,7 +614,7 @@ - /* save as gif file */ - if ( (out = fopen(fname, "wb")) != NULL) - { -- gdImageGif(im, out); -+ gdImagePng(im, out); - fclose(out); - } - /* deallocate memory */ -@@ -700,7 +700,7 @@ - /* save gif image */ - if ((out = fopen(fname, "wb")) != NULL) - { -- gdImageGif(im, out); -+ gdImagePng(im, out); - fclose(out); - } - /* deallocate memory */ -- cgit v1.2.3