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

Eliminated unused variable warning.

parent be92a308
No related branches found
No related tags found
No related merge requests found
......@@ -753,7 +753,6 @@ void free_msgs_cfg(scfg_t* cfg)
void make_data_dirs(scfg_t* cfg)
{
char str[MAX_PATH+1];
int i;
md(cfg->data_dir);
sprintf(str,"%ssubs",cfg->data_dir);
......@@ -776,6 +775,8 @@ void make_data_dirs(scfg_t* cfg)
md(str);
#if 0
int i;
for(i=0;i<cfg->total_subs;i++) {
if(cfg->sub[i]->data_dir[0]) {
backslash(cfg->sub[i]->data_dir);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment