Skip to content

Commit

Permalink
[listboxservice.cpp] try fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ev0-BH committed Dec 5, 2023
1 parent 8b56f51 commit bd319d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/service/listboxservice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ bool compareServices(const eServiceReference &ref1, const eServiceReference &ref
std::vector<std::string> sr_split = split(url_sr, "/");
std::string ref_orig = sr_split.back();
ref_orig = replace_all(ref_orig, "%3a", ":");
return ref_s + ":" == ref_orig;
return r_i.toString() == ref_orig;
}

return false;
Expand Down

0 comments on commit bd319d5

Please sign in to comment.