Commit f186c794 authored by Claes Sjofors's avatar Claes Sjofors

co_convert xtthelp to html web symbol fix

parent a90c9d04
......@@ -262,10 +262,11 @@ void *CnvXtthelpToHtml::insert( navh_eItemType item_type, const char *text1,
pwr_tFileName fname;
if ( strcmp( link, "") != 0) {
if ( strncmp( link, "$web:", 5) == 0) {
if ( strncmp( &link[5], "$pwrp_web/", 10) == 0)
strcpy( fname, &link[15]);
else
strcpy( fname, &link[5]);
replace_url_symbols( &link[5], fname);
//if ( strncmp( &link[5], "$pwrp_web/", 10) == 0)
// strcpy( fname, &link[15]);
//else
// strcpy( fname, &link[5]);
}
else if ( strncmp( link, "$class:", 7) == 0) {
char *s;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment