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

Fix multiple definition of variable introduced in last commit.

parent a5ee639b
Branches
Tags
No related merge requests found
......@@ -183,7 +183,7 @@ BOOL read_node_cfg(scfg_t* cfg, char* error)
BOOL read_main_cfg(scfg_t* cfg, char* error)
{
char str[MAX_PATH+1],fname[13],c;
short i,j,n;
short i,j;
int16_t n;
long offset=0;
FILE *instream;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment