(empfile): Add one to the array size for the sentinel row.
This commit is contained in:
parent
445dfec9bc
commit
b3ab6abf4a
1 changed files with 1 additions and 1 deletions
|
@ -153,6 +153,6 @@ extern int ef_flags(int);
|
|||
extern int ef_byname(char *);
|
||||
extern int ef_byname_from(char *, int *);
|
||||
|
||||
extern struct empfile empfile[EF_MAX];
|
||||
extern struct empfile empfile[EF_MAX + 1];
|
||||
|
||||
#endif /* _FILE_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue