# HG changeset patch # User Jan D. # Date 1288873066 -3600 # Node ID 57237ed26a844f1c18110010e3848602086ca79e # Parent ee70db35f80f2f606c9f8eb5ad616d43cede7f89 Remove debug code. diff -r ee70db35f80f -r 57237ed26a84 src/xfns.c --- a/src/xfns.c Thu Nov 04 09:41:25 2010 +0100 +++ b/src/xfns.c Thu Nov 04 13:17:46 2010 +0100 @@ -553,7 +553,7 @@ &actual_type, &actual_format, &actual_size, &bytes_remaining, &tmp_data); - if (0 && rc == Success && actual_type == target_type && !x_had_errors_p (dpy) + if (rc == Success && actual_type == target_type && !x_had_errors_p (dpy) && actual_size == 4 && actual_format == 32) { int ign;