commit 4cdbf87a154928e15306f7cf0322dc5a903413e7
parent af78a4cd2b73800af86db8d999d80b1ef0e9bd75
Author: rsc <devnull@localhost>
Date: Tue, 2 Mar 2004 23:16:37 +0000
Remove a debugging print, more cleanup.
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/plumb/basic b/plumb/basic
@@ -123,6 +123,6 @@ plumb start gv $data
type is text
data matches '(https?|ftp|file|gopher|mailto|news|nntp|telnet|wais|prospero)://[a-zA-Z0-9_@\-]+([.:][a-zA-Z0-9_@\-]+)*/?[a-zA-Z0-9_?,%#~&/\-+=@]+([:.][@a-zA-Z0-9_?,%#~&/\-+=]+)*'
plumb to web
-plumb start /usr/rsc/bin/web $0
+plumb start web $0
# plumb start winstart iexplore -new $0
diff --git a/src/libdraw/x11-itrans.c b/src/libdraw/x11-itrans.c
@@ -454,7 +454,7 @@ _xselect(XEvent *e, XDisplay *xd)
memset(&r, 0, sizeof r);
xe = (XSelectionRequestEvent*)e;
-if(1) fprint(2, "xselect target=%d requestor=%d property=%d selection=%d\n",
+if(0) fprint(2, "xselect target=%d requestor=%d property=%d selection=%d\n",
xe->target, xe->requestor, xe->property, xe->selection);
r.xselection.property = xe->property;
if(xe->target == _x.targets){