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

Corrected "link" property for directories in libraries that use a "code prefix"

the prefix isn't used in the FTP virtual directories.
parent eb913b9d
No related branches found
No related tags found
No related merge requests found
......@@ -369,7 +369,7 @@ JSObject* DLLCALL js_CreateFileAreaObject(JSContext* cx, JSObject* parent, scfg_
sprintf(vpath,"/%s/%s/%s"
,cfg->lib[l]->sname
,cfg->dir[d]->code
,cfg->dir[d]->code_suffix
,html_index_file);
if((js_str=JS_NewStringCopyZ(cx, vpath))==NULL)
return(NULL);
......
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