diff options
author | Andrew Dyukov <adyukov@productengine.com> | 2010-09-16 20:01:00 +0300 |
---|---|---|
committer | Andrew Dyukov <adyukov@productengine.com> | 2010-09-16 20:01:00 +0300 |
commit | 0098a236076701bc5bbfa80e2f97f360d332b6a8 (patch) | |
tree | 1d7d142fd8d1ec374ae4ab5a4b6039882a8df8a7 /indra/newview/llviewerregion.h | |
parent | 1dbcc3fff79b55038178e493df0cc0c3a4d66221 (diff) |
STORM-180 FIXED Fixed crash on login in Japanese locale.
The crash was caused by erroneous getting of month name from vector with week day names in LLStringUtil::formatDatetime().
This code woth introduced in June, so though it didn't work properly, it didn't cause the crash(cause June is 5th month). But when
number of current month exceeded number of days in week(this happened in August cause it is 8th) code started getting 8th element from
vector with 7. This caused the crash. It reproduced only on Japanese locale because only there code that caused it was used(see STORM-177
for details). This changeset seems to fix STORM-177 too.
- Used vector with months names where it should be.
Diffstat (limited to 'indra/newview/llviewerregion.h')
0 files changed, 0 insertions, 0 deletions