We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622ecd4 commit 0e9664bCopy full SHA for 0e9664b
search/Search.i
@@ -533,7 +533,7 @@ report_path_ends(PathEndSeq *ends)
533
}
534
535
void
536
-report_paths(PathsContainer *paths_container)
+report_paths_combined(PathsContainer *paths_container)
537
{
538
Sta::sta()->reportPaths(paths_container);
539
delete paths_container;
search/Search.tcl
@@ -555,7 +555,7 @@ proc_redirect report_checks {
555
set args $original_args
556
set merged_paths [merge_paths_cmd "report_checks" args path_ends internal_paths]
557
558
- report_paths $merged_paths
+ report_paths_combined $merged_paths
559
560
561
################################################################
0 commit comments