diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/llinventory/llparcel.cpp | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2 meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz |
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/llinventory/llparcel.cpp')
-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 ); |