diff --git a/external/libxiv b/external/libxiv index 3c97ccd..0282848 160000 --- a/external/libxiv +++ b/external/libxiv @@ -1 +1 @@ -Subproject commit 3c97ccd4eda77744346d6d30c6a0605b6c770f7f +Subproject commit 0282848b1f6378645428a055590f47c0829912dc diff --git a/launcher/core/src/launchercore.cpp b/launcher/core/src/launchercore.cpp index 697a330..5aa2b47 100755 --- a/launcher/core/src/launchercore.cpp +++ b/launcher/core/src/launchercore.cpp @@ -497,7 +497,7 @@ void LauncherCore::readWineInfo(ProfileSettings& profile) { void LauncherCore::readGameVersion() { for(auto& profile : profileSettings) { - profile.bootVersion = readVersion(profile.gamePath + "/boot/ffxivboot.ver"); + profile->bootVersion = readVersion(profile->gamePath + "/boot/ffxivboot.ver"); auto sqpackDirectories = QDir(profile->gamePath + "/game/sqpack/").entryList(QDir::Filter::Dirs | QDir::Filter::NoDotAndDotDot); profile->gameVersions.resize(sqpackDirectories.size());