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

Fix typo in previous commit.

parent 5a1f87cc
No related branches found
No related tags found
No related merge requests found
...@@ -199,7 +199,7 @@ void prep_cfg(scfg_t* cfg) ...@@ -199,7 +199,7 @@ void prep_cfg(scfg_t* cfg)
strlwr(cfg->dir[i]->code); /* data filenames are all lowercase */ strlwr(cfg->dir[i]->code); /* data filenames are all lowercase */
if(!cfg->dir[i]->path[0]) if(!cfg->dir[i]->path[0])
SAFEOCPY(cfg->dir[i]->path, cfg->dir[i]->code); SAFECOPY(cfg->dir[i]->path, cfg->dir[i]->code);
if(cfg->lib[cfg->dir[i]->lib]->parent_path[0]) if(cfg->lib[cfg->dir[i]->lib]->parent_path[0])
prep_dir(cfg->lib[cfg->dir[i]->lib]->parent_path, cfg->dir[i]->path, sizeof(cfg->dir[i]->path)); prep_dir(cfg->lib[cfg->dir[i]->lib]->parent_path, cfg->dir[i]->path, sizeof(cfg->dir[i]->path));
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment