summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2017-08-15 15:29:23 +0000
committerOz Linden <oz@lindenlab.com>2017-08-15 15:29:23 +0000
commitb77d109d46e866422cfc12dc6789acf0ed988089 (patch)
tree26c130811f7a0b339104530f872c9d5fb7659d69 /indra/newview/llappviewer.cpp
parentbafe85a0f6e86912c43caaf4779cb4daa54c9ba3 (diff)
parentf36cffe7b5296bd50e24fab0b67a59f18836ab53 (diff)
Merged in lindenlab/viewer64-maint-7643 (pull request #17)
MAINT-7643 Approved-by: Oz Linden <oz@lindenlab.com> Approved-by: Nat Linden <nat@lindenlab.com>
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 10cd58476a..b6f705f21a 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -3356,6 +3356,7 @@ void LLAppViewer::writeSystemInfo()
gDebugInfo["ClientInfo"]["MinorVersion"] = LLVersionInfo::getMinor();
gDebugInfo["ClientInfo"]["PatchVersion"] = LLVersionInfo::getPatch();
gDebugInfo["ClientInfo"]["BuildVersion"] = LLVersionInfo::getBuild();
+ gDebugInfo["ClientInfo"]["AddressSize"] = LLVersionInfo::getAddressSize();
gDebugInfo["CAFilename"] = gDirUtilp->getCAFile();