diff options
author | Oz Linden <oz@lindenlab.com> | 2014-04-22 13:05:26 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-04-22 13:05:26 -0400 |
commit | b4ca93cadce90466d41704b68933c21fe909bcb8 (patch) | |
tree | 34b19278571d885a42c5ae31baeb5af532e7ea39 /indra/newview/llappviewer.cpp | |
parent | cd382d08c84e2d984a4a20888280084daa290c3f (diff) | |
parent | b1a7137ba6e56e1b692205f129d86acc942209e9 (diff) |
merge up to 3.7.6-release
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rwxr-xr-x | indra/newview/llappviewer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index ebdb52c565..cecbf907f2 100755 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -740,7 +740,7 @@ public: bool LLAppViewer::init() { - setupErrorHandling(); + setupErrorHandling(mSecondInstance); // // Start of the application @@ -4785,7 +4785,7 @@ void LLAppViewer::idle() static LLFrameStatsTimer viewer_stats_timer(SEND_STATS_PERIOD); // Update session stats every large chunk of time - // *FIX: (???) SAMANTHA + // *FIX: (?) SAMANTHA if (viewer_stats_timer.getElapsedTimeF32() >= SEND_STATS_PERIOD && !gDisconnected) { llinfos << "Transmitting sessions stats" << llendl; |