Replace + "/" + with String::file_add()
This commit is contained in:
@ -930,7 +930,7 @@ fail:
|
||||
Vector<String> list = extra_config->get_value("init_projects", "list");
|
||||
for (int i = 0; i < list.size(); i++) {
|
||||
|
||||
list.write[i] = exe_path + "/" + list[i];
|
||||
list.write[i] = exe_path.plus_file(list[i]);
|
||||
};
|
||||
extra_config->set_value("init_projects", "list", list);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user