This commit is contained in:
git@daemon.de
2015-10-15 17:18:02 +02:00
parent b55e4ceb61
commit aa1aeb6975
2 changed files with 6 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ int main(int argc, char **argv) {
while(!ps_end(in)) {
got = ps_read(in, buf, blocksize);
//fprintf(stderr, "got: %ld\n", got);
if(got > 0)
ps_write(out, buf, got);
}