# # # patch "rcs_import.cc" # from [970aa3873ca79aadd646728ca7a4696cbac6f6c1] # to [e18f1a5715bc4c402d918e94dbb0a6ff49300e4d] # ============================================================ --- rcs_import.cc 970aa3873ca79aadd646728ca7a4696cbac6f6c1 +++ rcs_import.cc e18f1a5715bc4c402d918e94dbb0a6ff49300e4d @@ -2033,18 +2033,18 @@ dijkstra_shortest_path(cvs_history &cvs, if (age_limit) { - // check the age limit, but abort only after the 10th violation, - // just to be extra sure. - time_i t(cvs.blobs[bi].get_youngest_event_time()); - if (t < age_limit) - { - curr_age_violations++; - if (curr_age_violations > 10) - continue; + // check the age limit, but abort only after the 10th violation, + // just to be extra sure. + time_i t(cvs.blobs[bi].get_youngest_event_time()); + if (t < age_limit) + { + curr_age_violations++; + if (curr_age_violations > 10) + continue; + } + else + curr_age_violations = 0; } - else - curr_age_violations = 0; - } for (blob_event_iter i = cvs.blobs[bi].begin(); i != cvs.blobs[bi].end(); ++i)