diff options
| author | RolfKal <rolf.kalbermatter@kalbermatter.nl> | 2025-10-15 01:00:42 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-10-21 00:50:27 +0300 |
| commit | e12958161c6f4edec1300db2045bba97aff26048 (patch) | |
| tree | 88d13ee23ddc4ef8978275de866fed6e262f3e6d /indra/newview | |
| parent | 6f1df1a8d2db537b4962a8ef1118119db849b336 (diff) | |
Improve LLFile to be consistent between Windows and Linux/Mac
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llvoicevivox.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index 6d29038a23..8792ae3285 100644 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -1014,7 +1014,6 @@ bool LLVivoxVoiceClient::startAndLaunchDaemon() std::string old_log = gDirUtilp->getExpandedFilename(LL_PATH_LOGS, "SLVoice.old"); if (gDirUtilp->fileExists(new_log)) { - LLFile::remove(old_log, ENOENT); LLFile::rename(new_log, old_log); } |
