diff options
| author | Brian Munro <brian.alexander.munro@gmail.com> | 2017-03-29 02:44:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-29 02:44:31 -0700 |
| commit | 822534e16a421520b7abdf0b698948eb2df88a63 (patch) | |
| tree | 16c61060a8aef581d0b322573c63ae6400ebbe86 /src/selfupdater.cpp | |
| parent | 99156abc6e0779ed3de437c0005b6de8293c7a15 (diff) | |
| parent | c64e12a289066c6b4834c43a49ff631a33b2f3ce (diff) | |
Merge pull request #69 from LePresidente/new_vfs_library
Bring in line with main branch
Diffstat (limited to 'src/selfupdater.cpp')
| -rw-r--r-- | src/selfupdater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selfupdater.cpp b/src/selfupdater.cpp index 3e98a5ec..d78b020b 100644 --- a/src/selfupdater.cpp +++ b/src/selfupdater.cpp @@ -106,7 +106,7 @@ SelfUpdater::SelfUpdater(NexusInterface *nexusInterface) m_MOVersion = VersionInfo(version.dwFileVersionMS >> 16,
version.dwFileVersionMS & 0xFFFF,
version.dwFileVersionLS >> 16,
- version.dwFileVersionLS & 0xFFFF);
+ version.dwFileVersionLS & 0xFFFF);
}
|
