mirror of
https://github.com/HerculesWS/Hercules
synced 2026-08-15 12:23:13 -04:00
Change size of func anonymous structure of irc-bot interface to signed int
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
This commit is contained in:
parent
42cfceeede
commit
736ed6fa89
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ struct ircbot_interface {
|
|||
/* */
|
||||
struct {
|
||||
struct irc_func **list;
|
||||
unsigned int size;
|
||||
int size;
|
||||
} funcs;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue