From e150f20129a6190f801cb6b7d82df6ca18b493ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Mon, 12 Jan 1998 13:52:00 +0100
Subject: [PATCH] *** empty log message ***

Rev: lib/modules/Protocols.pmod/X.pmod/Requests.pmod:1.15
---
 lib/modules/Protocols.pmod/X.pmod/Requests.pmod | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/lib/modules/Protocols.pmod/X.pmod/Requests.pmod b/lib/modules/Protocols.pmod/X.pmod/Requests.pmod
index 6170db2920..0c1374a787 100644
--- a/lib/modules/Protocols.pmod/X.pmod/Requests.pmod
+++ b/lib/modules/Protocols.pmod/X.pmod/Requests.pmod
@@ -598,13 +598,15 @@ class PutImage
 
   string to_string()
   {
+    werror(sprintf("PutImage>to_string: %d, %d, %d, %d\n",
+		   dst_x, dst_y, width, height));
     string pad="";
     while(((strlen(data)+strlen(pad))%4)) pad += "\0";
     pad =  build_request(sprintf("%4c" "%4c"
-			       "%2c" "%2c"
-			       "%2c" "%2c"
-			       "%c" "%c" "\0\0"
-			       "%s%s",
+				 "%2c" "%2c"
+				 "%2c" "%2c"
+				 "%c" "%c" "\0\0"
+				 "%s%s",
 				 drawable, gc,
 				 width, height,
 				 dst_x, dst_y, left_pad, depth,
-- 
GitLab