diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llinventory/llparcel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llinventory/llparcel.cpp b/linden/indra/llinventory/llparcel.cpp index 9839e43..b4faf7c 100644 --- a/linden/indra/llinventory/llparcel.cpp +++ b/linden/indra/llinventory/llparcel.cpp | |||
@@ -1017,7 +1017,7 @@ BOOL LLParcel::importAccessEntry(std::istream& input_stream, LLAccessEntry* entr | |||
1017 | BOOL LLParcel::exportStream(std::ostream& output_stream) | 1017 | BOOL LLParcel::exportStream(std::ostream& output_stream) |
1018 | { | 1018 | { |
1019 | S32 setting; | 1019 | S32 setting; |
1020 | char id_string[MAX_STRING]; | 1020 | char id_string[MAX_STRING]; /* Flawfinder: ignore */ |
1021 | 1021 | ||
1022 | std::ios::fmtflags old_flags = output_stream.flags(); | 1022 | std::ios::fmtflags old_flags = output_stream.flags(); |
1023 | output_stream.setf(std::ios::showpoint); | 1023 | output_stream.setf(std::ios::showpoint); |
@@ -1248,7 +1248,7 @@ void LLParcel::packMessage(LLMessageSystem* msg) | |||
1248 | 1248 | ||
1249 | void LLParcel::unpackMessage(LLMessageSystem* msg) | 1249 | void LLParcel::unpackMessage(LLMessageSystem* msg) |
1250 | { | 1250 | { |
1251 | char buffer[256]; | 1251 | char buffer[256]; /* Flawfinder: ignore */ |
1252 | 1252 | ||
1253 | msg->getU32Fast( _PREHASH_ParcelData,_PREHASH_ParcelFlags, mParcelFlags ); | 1253 | msg->getU32Fast( _PREHASH_ParcelData,_PREHASH_ParcelFlags, mParcelFlags ); |
1254 | msg->getS32Fast( _PREHASH_ParcelData,_PREHASH_SalePrice, mSalePrice ); | 1254 | msg->getS32Fast( _PREHASH_ParcelData,_PREHASH_SalePrice, mSalePrice ); |