You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/xsnap/files/xsnap-1.5.15-root_name.patch

12 lines
228 B

--- a/xsnap.c
+++ b/xsnap.c
@@ -2254,7 +2254,7 @@
if (op_mode == 0)
exitXsnap (NULL, NULL, snap_pixmap, copy_gc);
- if (!root_name)
+ if (*root_name == '\0')
strcpy(output_name, "(stdout)");
if (op_mode == 2) {