applied Virgile's patch - sselp - simple X selection printer to stdout | |
git clone git://git.suckless.org/sselp | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit b99d41a77db44418fcfbdd2cdebdb08adb3a7ca3 | |
parent 07143813e1c9e632dcdff4cfcaf684fa145a6f4d | |
Author: Anselm R Garbe <[email protected]> | |
Date: Mon, 2 Feb 2015 21:59:22 +0100 | |
applied Virgile's patch | |
Diffstat: | |
M sselp.c | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/sselp.c b/sselp.c | |
@@ -35,7 +35,7 @@ main(int argc, char *argv[]) { | |
False, utf8, &type, &fmt, &len, &mo… | |
fwrite(data, 1, len, stdout); | |
XFree(data); | |
- off += len; | |
+ off += len/4; | |
} | |
while(more > 0); | |
putchar('\n'); |