diff options
| author | Tannin <devnull@localhost> | 2013-09-16 22:32:42 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-09-16 22:32:42 +0200 |
| commit | 500ab7f706bdc8d4eb94db22ab60f882b2670dde (patch) | |
| tree | c035d4e2399d7426008d840b5af50d166dd814a7 /src/modinfo.cpp | |
| parent | 08309b71ba45eb4e5bc632c2687e320be70e04de (diff) | |
- bugfix: testing for missing masters at the wrong time seems to have caused crashes
- bugfix: mod list is now written to a temporary file first. Only on success is the original file overwritten
- bugfix: moving a mod priority to just above the overwrite could cause a crash or error message
- bugfix: versions with a release candidate number weren't sorted correctly (woops)
- bugfix: staging script didn't include archive.dll and dlls.manifest
- installation time on overwrite no longer updates constantly
Diffstat (limited to 'src/modinfo.cpp')
| -rw-r--r-- | src/modinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modinfo.cpp b/src/modinfo.cpp index 8372af55..166c815b 100644 --- a/src/modinfo.cpp +++ b/src/modinfo.cpp @@ -792,9 +792,9 @@ ModInfoBackup::ModInfoBackup(const QDir &path, DirectoryEntry **directoryStructu ModInfoOverwrite::ModInfoOverwrite() + : m_StartupTime(QDateTime::currentDateTime()) { testValid(); - } |
