repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 2ddf782bda11a203c940372ca55c6db8d8f44892: path_to: revision_to:
commit 2ddf782bda11a203c940372ca55c6db8d8f44892 Author: Marc LehmannDate: Tue Sep 17 18:29:02 2019 +0000 *** empty log message *** diff --git a/src/rxvtimg.C b/src/rxvtimg.C
--- a/src/rxvtimg.C
+++ b/src/rxvtimg.C
@@ -400,7 +400,7 @@ rxvt_img::new_from_pixbuf (rxvt_screen *s, GdkPixbuf *pb)
rxvt_img *
rxvt_img::new_from_file (rxvt_screen *s, const char *filename)
{
- GError *err = 0;
+ GError *err;
GdkPixbuf *pb = gdk_pixbuf_new_from_file (filename, &err);
if (!pb)
-----END OF PAGE-----