mirror of
https://github.com/0intro/wmii
synced 2024-11-22 22:02:30 +03:00
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
Block a user