diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2012-12-26 20:25:56 +0200 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2012-12-26 20:25:56 +0200 |
commit | 099c9bcc6ffd9760cf935b6bcff8d796d0dff09d (patch) | |
tree | e9ad63e23bf494206472ac9b26846b3cfa0a152e /indra | |
parent | d05df4087c334fe30a9d0fe5224a828c677d0244 (diff) |
CHUI-629 FIXED Windows crash on exit when closing viewer with conversation log open with unread offline messages
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llconversationlog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llconversationlog.cpp b/indra/newview/llconversationlog.cpp index e44749fd79..0479733706 100644 --- a/indra/newview/llconversationlog.cpp +++ b/indra/newview/llconversationlog.cpp @@ -412,7 +412,7 @@ bool LLConversationLog::saveToFile(const std::string& filename) // [1343221177] 0 1 0 John Doe| 7e4ec5be-783f-49f5-71dz-16c58c64c145 4ec62a74-c246-0d25-2af6-846beac2aa55 john.doe| // [1343222639] 2 0 0 Ad-hoc Conference| c3g67c89-c479-4c97-b21d-32869bcfe8rc 68f1c33e-4135-3e3e-a897-8c9b23115c09 Ad-hoc Conference hash597394a0-9982-766d-27b8-c75560213b9a| - fprintf(fp, "[%ld] %d %d %d %s| %s %s %s|\n", + fprintf(fp, "[%lld] %d %d %d %s| %s %s %s|\n", conv_it->getTime(), (S32)conv_it->getConversationType(), (S32)0, |