mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
/RELOADing broken theme file doesn't crash irssi anymore.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2880 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
0b12cfe47b
commit
38ce412a5d
2 changed files with 36 additions and 8 deletions
|
|
@ -11,6 +11,8 @@ typedef struct {
|
|||
} MODULE_THEME_REC;
|
||||
|
||||
typedef struct {
|
||||
int refcount;
|
||||
|
||||
char *path;
|
||||
char *name;
|
||||
time_t last_modify;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue