mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fixed bug 106
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3295 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
55bcc420a7
commit
8ea717b676
26 changed files with 662 additions and 202 deletions
|
|
@ -187,6 +187,7 @@ enum {
|
|||
TXT_INVALID_TIME,
|
||||
TXT_INVALID_LEVEL,
|
||||
TXT_INVALID_SIZE,
|
||||
TXT_INVALID_CHARSET,
|
||||
|
||||
TXT_FILL_11,
|
||||
|
||||
|
|
@ -219,7 +220,6 @@ enum {
|
|||
TXT_CONVERSION_ADDED,
|
||||
TXT_CONVERSION_REMOVED,
|
||||
TXT_CONVERSION_NOT_FOUND,
|
||||
TXT_CONVERSION_NOT_SUPPORTED,
|
||||
TXT_RECODE_HEADER,
|
||||
TXT_RECODE_LINE,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue