Skip to content

Commit 0e9664b

Browse files
committed
[#81462] change the name of report_paths function
1 parent 622ecd4 commit 0e9664b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

search/Search.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ report_path_ends(PathEndSeq *ends)
533533
}
534534

535535
void
536-
report_paths(PathsContainer *paths_container)
536+
report_paths_combined(PathsContainer *paths_container)
537537
{
538538
Sta::sta()->reportPaths(paths_container);
539539
delete paths_container;

search/Search.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ proc_redirect report_checks {
555555
set args $original_args
556556
set merged_paths [merge_paths_cmd "report_checks" args path_ends internal_paths]
557557

558-
report_paths $merged_paths
558+
report_paths_combined $merged_paths
559559
}
560560

561561
################################################################

0 commit comments

Comments
 (0)