summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2023-05-26 19:06:07 +0300
committermarchcat-pe <alihatskiy@productengine.com>2023-05-26 21:01:15 +0300
commit3b13c0ca15e2bc413731b0be07db6446bb32df1b (patch)
tree0cb2bf6df155f22e083c41feb2ee2c364fc0bb0b /indra/newview
parentb9cd6e2e84f9c4161f0151b9f0cee1fcb309d8d7 (diff)
DRTVWR-582 xcode-14.3 merge follow up
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llmeshrepository.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp
index ff888a5af2..d6eba6b4bf 100644
--- a/indra/newview/llmeshrepository.cpp
+++ b/indra/newview/llmeshrepository.cpp
@@ -1863,7 +1863,7 @@ EMeshProcessingResult LLMeshRepoThread::headerReceived(const LLVolumeParams& mes
const LLUUID mesh_id = mesh_params.getSculptID();
LLSD header;
- U32 header_size = 0;
+ llssize header_size = 0;
if (data_size > 0)
{
llssize dsize = data_size;