diff options
author | Graham Linden <graham@lindenlab.com> | 2014-08-29 11:29:37 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2014-08-29 11:29:37 -0700 |
commit | 297aefd933c1f9646268556eb81132770fd3ce70 (patch) | |
tree | 7bfc24b0cd5253c4b85a03022139a6705e916de5 /indra/llprimitive | |
parent | da5bd17afd1b78fbd41b247986567204d9470275 (diff) |
Merge up to 3.7.15 and fix many deprecated logging statements skipped by flickrfolk
Diffstat (limited to 'indra/llprimitive')
-rwxr-xr-x | indra/llprimitive/llmodel.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/llprimitive/llmodel.cpp b/indra/llprimitive/llmodel.cpp index f17f233525..0801dc96bf 100755 --- a/indra/llprimitive/llmodel.cpp +++ b/indra/llprimitive/llmodel.cpp @@ -943,10 +943,10 @@ LLSD LLModel::writeModelToStream(std::ostream& ostr, LLSD& mdl, BOOL nowrite, BO } } - if (mdl.has("submodel_id")) - { //write out submodel id + if (mdl.has("submodel_id")) + { //write out submodel id header["submodel_id"] = (LLSD::Integer)mdl["submodel_id"]; - } + } std::string out[MODEL_NAMES_LENGTH]; |