Skip to content
Snippets Groups Projects
Commit e28d01d3 authored by rswindell's avatar rswindell
Browse files

Help index and data file paths are now MAX_PATH+1 size, to allow

FreeBSD realpath() to not clobber the rest of our structure.
parent 0f0ae047
No related branches found
No related tags found
No related merge requests found
...@@ -271,8 +271,8 @@ typedef struct { ...@@ -271,8 +271,8 @@ typedef struct {
/****************************************************************************/ /****************************************************************************/
/* Location of the help data and index files. */ /* Location of the help data and index files. */
/****************************************************************************/ /****************************************************************************/
char helpdatfile[256]; char helpdatfile[MAX_PATH+1];
char helpixbfile[256]; char helpixbfile[MAX_PATH+1];
/****************************************************************************/ /****************************************************************************/
/* Exit/uninitialize function. */ /* Exit/uninitialize function. */
/****************************************************************************/ /****************************************************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment