Added yspec parameter to api_path_fmt2api_path()
Added "%k" as extra flag character to api-path-fmt
This commit is contained in:
parent
96f94114e2
commit
9f73014500
9 changed files with 98 additions and 21 deletions
|
|
@ -316,7 +316,7 @@ xml_diff_ordered_by_user(cxobj *x0,
|
|||
} while ((xj = xml_child_each(x1, xj, CX_ELMNT)) != NULL &&
|
||||
xml_spec(xj) == yc);
|
||||
retval = 0;
|
||||
done:
|
||||
// done:
|
||||
return retval;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue