diff options
Diffstat (limited to 'linden/indra/llcrashlogger/llcrashlogger.cpp')
-rwxr-xr-x | linden/indra/llcrashlogger/llcrashlogger.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/llcrashlogger/llcrashlogger.cpp b/linden/indra/llcrashlogger/llcrashlogger.cpp index 78c4f8e..804c512 100755 --- a/linden/indra/llcrashlogger/llcrashlogger.cpp +++ b/linden/indra/llcrashlogger/llcrashlogger.cpp | |||
@@ -207,7 +207,10 @@ void LLCrashLogger::gatherFiles() | |||
207 | mFileMap["SettingsXml"] = gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS,"settings.xml"); | 207 | mFileMap["SettingsXml"] = gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS,"settings.xml"); |
208 | } | 208 | } |
209 | 209 | ||
210 | #if !LL_DARWIN | ||
210 | if(mCrashInPreviousExec) | 211 | if(mCrashInPreviousExec) |
212 | #else | ||
213 | #endif | ||
211 | { | 214 | { |
212 | // Replace the log file ext with .old, since the | 215 | // Replace the log file ext with .old, since the |
213 | // instance that launched this process has overwritten | 216 | // instance that launched this process has overwritten |