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

Fix typo in previous commit.

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