Commit c07431ea authored by Claes Sjofors's avatar Claes Sjofors

Wb copy keepref also translates symbolic references

parent c95797a2
......@@ -3336,7 +3336,7 @@ static int wnav_copy_func( void *client_data,
keepref = ODD( dcli_get_qualifier( "/KEEPREFERENCES", 0, 0));
ignore_errors = ODD( dcli_get_qualifier( "/IGNORE_ERRORS", 0, 0));
sts = ldh_Copy( wnav->ldhses, sel_list, keepref, 0, ignore_errors);
sts = ldh_Copy( wnav->ldhses, sel_list, keepref, keepref, ignore_errors);
if ( sel_cnt > 0) {
free( sel_list);
free( sel_is_attr);
......
......@@ -1299,7 +1299,7 @@ void Wtt::activate_copykeep()
return;
}
sts = ldh_Copy( ldhses, sel_list, 1, 0, 0);
sts = ldh_Copy( ldhses, sel_list, 1, 1, 0);
if (EVEN(sts)) {
message( 'E', wnav_get_message( sts));
return;
......
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