mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Cleaned up code.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@480 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2a1052bbce
commit
c2397475c5
24 changed files with 489 additions and 363 deletions
|
|
@ -123,7 +123,8 @@ int line_split(const char *data, int len, char **output, LINEBUF_REC **buffer)
|
|||
len = 0;
|
||||
if (linebuf_find(rec, '\n') == NULL) {
|
||||
/* connection closed and last line is missing \n ..
|
||||
just add it so we can see if it had anything useful.. */
|
||||
just add it so we can see if it had
|
||||
anything useful.. */
|
||||
linebuf_append(rec, "\n", 1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue