diff options
| author | Oz Linden <oz@lindenlab.com> | 2011-06-23 09:47:43 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2011-06-23 09:47:43 -0400 |
| commit | b343d25d19a7d21470027da379c7f16bc7fcb9fc (patch) | |
| tree | 5ce5bec500d10b2d3c41752d718ad6085c93f336 /indra/newview/lllogchat.cpp | |
| parent | f657e8e16f539df5f57bd2fb38fbd6c69a8d6974 (diff) | |
| parent | 80b81279a2b261e2eaeef86d4871090c44f42d80 (diff) | |
merge changes for storm-1437
Diffstat (limited to 'indra/newview/lllogchat.cpp')
| -rw-r--r-- | indra/newview/lllogchat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lllogchat.cpp b/indra/newview/lllogchat.cpp index efc4e23838..ebb5912ace 100644 --- a/indra/newview/lllogchat.cpp +++ b/indra/newview/lllogchat.cpp @@ -230,7 +230,7 @@ std::string LLLogChat::makeLogFileName(std::string filename) std::string LLLogChat::cleanFileName(std::string filename) { - std::string invalidChars = "\"\'\\/?*:.<>|"; + std::string invalidChars = "\"\'\\/?*:.<>|[]{}~"; // Cannot match glob or illegal filename chars std::string::size_type position = filename.find_first_of(invalidChars); while (position != filename.npos) { |
