xts_archive: Remove redundant std::string constructor
We can just call the .data() member of path instead of constructing a completely new string.
Loading
Please register or sign in to comment
We can just call the .data() member of path instead of constructing a completely new string.