Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix vfs::host::rename. #11584

Merged
merged 1 commit into from
Mar 21, 2022
Merged

fix vfs::host::rename. #11584

merged 1 commit into from
Mar 21, 2022

Conversation

aliaspider
Copy link
Contributor

resolve_path requires the path to be valid and can only be used before
the call to fs::rename, not after.

issue popped up after 49c5ce3 since it replaced the internal fs:escape_path with the QT one.

fixes #10148.

- resolve_path requires the path to be valid and can only be used before
the call to fs::rename, not after.
@Xcedf
Copy link

Xcedf commented Feb 26, 2022

Fixed, installs correct 8.34Gb of data again.

@elad335
Copy link
Contributor

elad335 commented Feb 27, 2022

I think it's a case in point of why we should move to std::filesystem::weakly_canonical.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression: MGS 4 installation has issues causing missing audio effects (#10074)
5 participants