Fix missed renamings from empty() to is_empty()
Those were missed in #44401 or added by later PRs.
This commit is contained in:
parent
c6e9d912e1
commit
09212fba1e
12 changed files with 18 additions and 18 deletions
|
|
@ -188,7 +188,7 @@ String find_msbuild_tools_path() {
|
|||
if (key == "installationPath") {
|
||||
String val = line.substr(sep_idx + 1, line.length()).strip_edges();
|
||||
|
||||
ERR_BREAK(val.empty());
|
||||
ERR_BREAK(val.is_empty());
|
||||
|
||||
if (!val.ends_with("\\")) {
|
||||
val += "\\";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue