# # patch "roster4.cc" # from [37ac0694b307cacd3c2674fcfac3e817c3b5d453] # to [4f688c08cf28af647c83773226005bafcb15fa56] # ======================================================================== --- roster4.cc 37ac0694b307cacd3c2674fcfac3e817c3b5d453 +++ roster4.cc 4f688c08cf28af647c83773226005bafcb15fa56 @@ -280,23 +280,6 @@ } - void path(split_path & pv) const - { - I(!finished()); - if (return_root) - { - pv.clear(); - pv.push_back(the_null_component); - } - else - { - I(!stk.empty()); - pv = dirname; - pv.push_back(stk.top().second->first); - } - } - - bool finished() const { return (!return_root) && stk.empty(); @@ -1781,7 +1764,7 @@ { node_t curr = *i; split_path pth; - i.path(pth); + get_name(curr->self, pth); file_path fp = file_path(pth);