diff options
author | Oz Linden <oz@lindenlab.com> | 2011-12-21 09:42:55 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-12-21 09:42:55 -0500 |
commit | 889d4d292b2318a2be4988a700d5f56a193a377a (patch) | |
tree | 3e8be1a0c02e24c029b3baeb1abe3bce3e8bdcc9 /indra/llcommon | |
parent | 457f150734c0f1b92f1c5c6cdb3a73fa0201183d (diff) | |
parent | b022ebf13c9a227f87a112419e237894a1231c8c (diff) |
merge up to latest viewer-development
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llsys.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llsys.cpp b/indra/llcommon/llsys.cpp index d781687175..19075afa68 100644 --- a/indra/llcommon/llsys.cpp +++ b/indra/llcommon/llsys.cpp @@ -608,6 +608,7 @@ LLCPUInfo::LLCPUInfo() out << " (" << mCPUMHz << " MHz)"; } mCPUString = out.str(); + LLStringUtil::trim(mCPUString); } bool LLCPUInfo::hasAltivec() const |