repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: c137d57e97ee0ca95ea56fd3293ef8813365721a: path_to: revision_to:
commit c137d57e97ee0ca95ea56fd3293ef8813365721a Author: Marc LehmannDate: Mon Dec 24 10:58:09 2007 +0000 *** empty log message *** diff --git a/src/main.C b/src/main.C
--- a/src/main.C
+++ b/src/main.C
@@ -1698,10 +1698,9 @@ rxvt_term::get_pixmap_property (int prop_id)
0L, 1L, False, XA_PIXMAP, &atype, &aformat,
&nitems, &bytes_after, &prop);
if (result == Success && prop && atype == XA_PIXMAP)
- {
- return *(Pixmap *)prop;
- }
+ return *(Pixmap *)prop;
}
+
return None;
}
-----END OF PAGE-----