X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utils%2Fgrabclient.c;h=fc4b11978c762bf80788451b8216f5bea49aff63;hb=ffcd2e7e3da122dbba5c4188e05d3a63d0ede26e;hp=082f1f167a7e5a62dafda935e156b4a9da99e510;hpb=4ade52359b6eba3621566dac79793a33aa4c915f;p=xscreensaver diff --git a/utils/grabclient.c b/utils/grabclient.c index 082f1f16..fc4b1197 100644 --- a/utils/grabclient.c +++ b/utils/grabclient.c @@ -629,7 +629,7 @@ pipe_cb (XtPointer closure, int *source, XtInputId *id) /* Replace slashes with newlines */ /* while (dot = strchr(buf, '/')) *dot = '\n'; */ /* Replace slashes with spaces */ - while ((dot = strchr(buf, '/'))) *dot = ' '; + /* while ((dot = strchr(buf, '/'))) *dot = ' '; */ } if (absfile) free (absfile);