Skip to content

Commit 254d090

Browse files
committed
Replace deprecated isGroupPathName with isPathGroupName
Signed-off-by: Matt Liberty <[email protected]>
1 parent 8df87e0 commit 254d090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

search/Search.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ endpoint_slack(const Pin *pin,
258258
{
259259
Sta *sta = Sta::sta();
260260
sta->ensureLibLinked();
261-
if (sta->isGroupPathName(path_group_name)) {
261+
if (sta->isPathGroupName(path_group_name)) {
262262
Slack slack = sta->endpointSlack(pin, std::string(path_group_name), min_max);
263263
return sta->units()->timeUnit()->staToUser(slack);
264264
}

0 commit comments

Comments
 (0)