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

Fixed improper use of FULLPATH in last commit.

parent e48cd8bb
Branches
Tags
No related merge requests found
......@@ -192,7 +192,7 @@ if(chdir(cfg.ctrl_dir)!=0) {
,errno,cfg.ctrl_dir);
exit(-1);
}
FULLPATH(".",cfg.ctrl_dir,sizeof(cfg.ctrl_dir));
FULLPATH(cfg.ctrl_dir,".",sizeof(cfg.ctrl_dir));
uifc.size=sizeof(uifc);
#if defined(USE_FLTK)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment