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

Removed extra slash from name.dat path.

parent 661faac4
No related branches found
No related tags found
No related merge requests found
......@@ -389,7 +389,7 @@ void sbbs_t::newuser()
i=1;
bputs(text[CheckingSlots]);
sprintf(str,"%s/user/name.dat",cfg.data_dir);
sprintf(str,"%suser/name.dat",cfg.data_dir);
if(fexist(str)) {
if((stream=fnopen(&file,str,O_RDONLY))==NULL) {
errormsg(WHERE,ERR_OPEN,str,O_RDONLY);
......
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