Skip to content
Snippets Groups Projects
Commit 7bcfe9db authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Touch

parent 2a64c7b7
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -1598,7 +1598,7 @@ void LLVOCache::readGenericExtrasFromCache(U64 handle, const LLUUID& id, LLVOCac ...@@ -1598,7 +1598,7 @@ void LLVOCache::readGenericExtrasFromCache(U64 handle, const LLUUID& id, LLVOCac
LL_DEBUGS("GLTF") << "Beginning reading extras cache for handle " << handle << ", " << num_entries << " entries" << LL_ENDL; LL_DEBUGS("GLTF") << "Beginning reading extras cache for handle " << handle << ", " << num_entries << " entries" << LL_ENDL;
LLSD entry_llsd; LLSD entry_llsd;
for (U32 i = 0; i < num_entries && in.good(); i++) for (U32 i = 0; i < num_entries && !in.eof(); i++)
{ {
static const U32 max_size = 4096; static const U32 max_size = 4096;
bool success = LLSDSerialize::deserialize(entry_llsd, in, max_size); bool success = LLSDSerialize::deserialize(entry_llsd, in, max_size);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment