forked from PsychoticNinja/irssi
Remove useless assignment.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4787 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
77d06220da
commit
fa50bb7209
@ -114,7 +114,6 @@ int line_split(const char *data, int len, char **output, LINEBUF_REC **buffer)
|
|||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
/* no new data got but still something in buffer.. */
|
/* no new data got but still something in buffer.. */
|
||||||
len = 0;
|
|
||||||
if (linebuf_find(rec, '\n') == NULL) {
|
if (linebuf_find(rec, '\n') == NULL) {
|
||||||
/* connection closed and last line is missing \n ..
|
/* connection closed and last line is missing \n ..
|
||||||
just add it so we can see if it had
|
just add it so we can see if it had
|
||||||
|
Loading…
x
Reference in New Issue
Block a user