This is useful for extraction or whatever
This commit is contained in:
parent
b7f169f1b4
commit
0e37c57a3a
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@ int main(int argc, char **argv) {
|
|||
|
||||
continue;
|
||||
}
|
||||
|
||||
if (header.type == 0x04) {
|
||||
write(1, body, header.size);
|
||||
}
|
||||
}
|
||||
|
||||
tabby_link_close(fd);
|
||||
|
|
Loading…
Add table
Reference in a new issue