That hurt
This commit is contained in:
parent
d266058ad4
commit
307a668d6d
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ patty_kiss_tnc *patty_kiss_tnc_open_fd(int fd) {
|
|||
goto error_malloc_buf;
|
||||
}
|
||||
|
||||
tnc->fd = fd;
|
||||
tnc->fd = fd;
|
||||
tnc->bufsz = PATTY_KISS_BUFSZ;
|
||||
tnc->offset = 0;
|
||||
tnc->dropped = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue