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

More sensible use of remove_ctrl_a().

parent e049583f
Branches
Tags
No related merge requests found
......@@ -962,7 +962,7 @@ BOOL js_generate_index(JSContext* js_cx, JSObject* parent,
extdesc[0]=0;
getextdesc(&scfg, dir, f.datoffset, extdesc);
/* Remove Ctrl-A Codes and Ex-ASCII code */
remove_ctrl_a(extdesc,NULL);
remove_ctrl_a(extdesc,extdesc);
}
SAFEPRINTF3(vpath,"/%s/%s/%s"
,scfg.lib[scfg.dir[dir]->lib]->sname
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment