From mint-bounce@lists.fishpool.fi  Sat Jan  9 09:16:25 2010
Message-ID: <56572.1377238049-sendEmail@descaro>
From: "Helmut Karlowski" <helmut.karlowski@ish.de>
To: "mint" <mint@lists.fishpool.fi>
Cc: "helmut.karlowski@ish.de" <helmut.karlowski@ish.de>
Subject: [MiNT] patch::deb
Date: Sat, 9 Jan 2010 14:15:20 +0000
X-Mailer: sendEmail-1.55
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="----MIME delimiter for sendEmail-335644.078514637"
X-Antivirus: avast! (VPS 100109-0, 09.01.2010), Outbound message
X-Antivirus-Status: Clean
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-to: mint-bounce@lists.fishpool.fi
X-original-sender: helmut.karlowski@ish.de
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-Id: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>
List-subscribe: <mailto:mint-request@lists.fishpool.fi?Subject=subscribe>
List-owner: <mailto:tjhukkan@fishpool.fi>
List-post: <mailto:mint@lists.fishpool.fi>

This is a multi-part message in MIME format. To properly display this message you need a MIME-Version 1.0 compliant Email program.

------MIME delimiter for sendEmail-335644.078514637
Content-Type: text/plain;
  charset="iso-8859-1"
  Content-Transfer-Encoding: quoted-printable

fix compile for debug-version


------MIME delimiter for sendEmail-335644.078514637
Content-Type: text/plain;
 name="deb.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="deb.patch"

diff -u orig/draw_obj.c ./draw_obj.c
--- orig/draw_obj.c	2010-01-09 15:10:07.484375000 +0100
+++ ./draw_obj.c	2010-01-09 15:10:19.578125000 +0100
@@ -808,9 +808,9 @@
 	DIAG((D_objc, wt->owner, "draw_object_tree for %s to %d/%d,%d/%d; %lx + %d depth:%d",
 		t_owner(wt), x + tree->ob_x, y + tree->ob_y,
 		tree->ob_width, tree->ob_height, tree, item, depth));
-	DIAG((D_objc, wt->owner, "  -   (%d)%s%s",
+	/*DIAG((D_objc, wt->owner, "  -   (%d)%s%s",
 		wt->is_menu, obtree_is_menu(tree) ? "menu" : "object", wt->zen ? " with zen" : " no zen"));
-		
+		*/
 
 // 	DIAG((D_objc, wt->owner, "  -   clip: %d.%d/%d.%d    %d/%d,%d/%d",
 // 		cl[0], cl[1], cl[2], cl[3], cl[0], cl[1], cl[2] - cl[0] + 1, cl[3] - cl[1] + 1));
diff -u orig/xa_shel.c ./xa_shel.c
--- orig/xa_shel.c	2010-01-04 23:31:12.000000000 +0100
+++ ./xa_shel.c	2010-01-09 15:09:29.234375000 +0100
@@ -1122,7 +1122,7 @@
 			|| *fn == '/' || *fn == '\\' ) )	/* no absolute path given */
 		{
 
-			DIAGS(("shell_find for %s '%s', PATH= '%s'", client->name, fn ? fn : "~", kp ? kp : "~"));
+			//DIAGS(("shell_find for %s '%s', PATH= '%s'", client->name, fn ? fn : "~", kp ? kp : "~"));
 
 			/* check $HOME directory */
 			if (cfg.usehome )

------MIME delimiter for sendEmail-335644.078514637--


