Mercurial > emacs
changeset 111357:57237ed26a84
Remove debug code.
author | Jan D. <jan.h.d@swipnet.se> |
---|---|
date | Thu, 04 Nov 2010 13:17:46 +0100 |
parents | ee70db35f80f |
children | 4cf33ba4068d |
files | src/xfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;