diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-05-17 09:41:29 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-05-17 10:26:06 +0800 |
commit | 52784ad1722e515d9fe49ceddc9c5daf74656e77 (patch) | |
tree | c2946c6a0b8513a249a93934208b542d779306e5 /indra/llcommon | |
parent | 21aed6a877b2d82c3758704f403785be6809188d (diff) |
Parts that were left out during 7.1.7 merge
Including a very important one which is so assets are fetched!
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llprocessor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llprocessor.cpp b/indra/llcommon/llprocessor.cpp index 559deda96f..dee8e0d42b 100644 --- a/indra/llcommon/llprocessor.cpp +++ b/indra/llcommon/llprocessor.cpp @@ -970,7 +970,7 @@ private: LLPI_SET_INFO_INT(eModel, "model"); - S32 family; + S32 family = 0; if (!cpuinfo["cpu family"].empty() && LLStringUtil::convertToS32(cpuinfo["cpu family"], family)) { |