mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 01:31:24 +00:00
Removed useless conversion.
This commit is contained in:
parent
d4d6d75a28
commit
f4da28d4b6
@ -1125,7 +1125,7 @@ std::string normalize_path(const std::string &p1)
|
||||
else
|
||||
#endif
|
||||
if (!is_path_sep(p1[0]))
|
||||
p2 = std::string(get_cwd()) + "/" + p1;
|
||||
p2 = get_cwd() + "/" + p1;
|
||||
else
|
||||
p2 = p1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user