mirror of
https://github.com/HerculesWS/Hercules
synced 2026-08-15 12:23:13 -04:00
Change buildin_count in script interface to signed integer
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
This commit is contained in:
parent
e93c093ae4
commit
c90b2ecdb7
1 changed files with 1 additions and 1 deletions
|
|
@ -856,7 +856,7 @@ struct script_interface {
|
|||
VECTOR_DECL(struct script_queue_iterator) hqi;
|
||||
/* */
|
||||
char **buildin;
|
||||
unsigned int buildin_count;
|
||||
int buildin_count;
|
||||
/**
|
||||
* used to generate quick script_array entries
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue