mirror of https://github.com/0intro/wmii
Made 'wmiir create' also write whatever's available on stdin to the already open fid
This commit is contained in:
parent
fed849e2fc
commit
ffc6aa63ba
|
@ -62,6 +62,7 @@ xcreate(char *file)
|
|||
fprintf(stderr, "wmiir: cannot create file '%s': %s\n", p, c.errstr);
|
||||
return -1;
|
||||
}
|
||||
write_data(fid);
|
||||
return ixp_client_close(&c, fid);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue