# # # patch "rcs_import.cc" # from [b0beccbf2228cea26b3658bf8a1b48356bbc7938] # to [85468e025413b3a0abd1cc2b88de9afe146dba38] # ============================================================ --- rcs_import.cc b0beccbf2228cea26b3658bf8a1b48356bbc7938 +++ rcs_import.cc 85468e025413b3a0abd1cc2b88de9afe146dba38 @@ -2193,19 +2193,19 @@ void cvs_history::index_branchpoint_symb % branchpoint_version % r.filename % sym); else { - shared_ptr curr_delta = di->second; + shared_ptr curr_delta = di->second; - if (curr_delta->branches.find(first_entry_version) == - curr_delta->branches.end()) - curr_delta->branches.insert(first_entry_version); + if (curr_delta->branches.find(first_entry_version) == + curr_delta->branches.end()) + curr_delta->branches.insert(first_entry_version); - if (is_vendor_branch) - { - if (r.vendor_branches.find(first_entry_version) == - r.vendor_branches.end()) - r.vendor_branches.insert(first_entry_version); + if (is_vendor_branch) + { + if (r.vendor_branches.find(first_entry_version) == + r.vendor_branches.end()) + r.vendor_branches.insert(first_entry_version); + } } - } } } }