shithub: riscv

Download patch

ref: e2da074d284df467443612e7187855b7cf373097
parent: 66cc2fa96036398b10bc8def293bb5759bbbabe4
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Fri Dec 6 19:53:01 EST 2013

gif: remove warning when animated gif is rendered to bitmap

--- a/sys/src/cmd/jpg/gif.c
+++ b/sys/src/cmd/jpg/gif.c
@@ -395,8 +395,6 @@
     Out:
 		draw(screen, screen->clipr, display->white, nil, ZP);
 	}
-	if(n>1 && output)
-		fprint(2, "gif: warning: only writing first image in %d-image GIF %s\n", n, name);
 	if(nineflag){
 		if(images[0]->gifflags&TRANSP){
 			addalpha(rgbv[0]);
--