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

Fixes-up ctrl_dir using FULLPATH.

parent 52f8f218
Branches
Tags
No related merge requests found
......@@ -192,6 +192,7 @@ if(chdir(cfg.ctrl_dir)!=0) {
,errno,cfg.ctrl_dir);
exit(-1);
}
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