[arch-commits] Commit in mtpaint/trunk (giflib.patch)

Alexander Rødseth arodseth at archlinux.org
Sat Nov 2 11:51:00 UTC 2019


    Date: Saturday, November 2, 2019 @ 11:50:59
  Author: arodseth
Revision: 522155

upgpkg: mtpaint 3.49.19-1

Deleted:
  mtpaint/trunk/giflib.patch

--------------+
 giflib.patch |   29 -----------------------------
 1 file changed, 29 deletions(-)

Deleted: giflib.patch
===================================================================
--- giflib.patch	2019-11-02 11:50:27 UTC (rev 522154)
+++ giflib.patch	2019-11-02 11:50:59 UTC (rev 522155)
@@ -1,29 +0,0 @@
---- src/png.c	2014-05-28 12:02:50.000000000 +0200
-+++ src2/png.c	2014-05-28 12:02:43.569815883 +0200
-@@ -1608,7 +1608,7 @@
- 	}
- 	res = 1;
- fail:	mem_free_chanlist(w_set.img);
--	DGifCloseFile(giffy);
-+	DGifCloseFile(giffy, NULL);
- 	return (res);
- }
- 
-@@ -1659,7 +1659,7 @@
- 		}
- 	}
- 	res = 1;
--fail:	DGifCloseFile(giffy);
-+fail:	DGifCloseFile(giffy, NULL);
- 	return (res);
- }
- 
-@@ -1725,7 +1725,7 @@
- 	if (!settings->silent) progress_end();
- 	msg = 0;
- 
--fail:	EGifCloseFile(giffy);
-+fail:	EGifCloseFile(giffy, NULL);
- #ifndef WIN32
- 	/* giflib creates files with 0600 permissions, which is nasty - WJ */
- 	mode = umask(0022);



More information about the arch-commits mailing list