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

prep_dir() expects buflen arg now.

parent 0938dd15
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ If you want to abort the creation of this new node, hit  ESC .
free_node_cfg(&cfg);
savnode=0; }
strcpy(cfg.node_dir,cfg.node_path[i]);
prep_dir(cfg.ctrl_dir, cfg.node_dir);
prep_dir(cfg.ctrl_dir, cfg.node_dir, sizeof(cfg.node_dir));
uifc.pop("Reading NODE.CNF...");
read_node_cfg(&cfg,error);
......
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