diff options
author | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
commit | 2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch) | |
tree | 95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/llinventory/llsaleinfo.cpp | |
parent | Second Life viewer sources 1.20.6 (diff) | |
download | meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.zip meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.gz meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.bz2 meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.xz |
Second Life viewer sources 1.20.7
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llinventory/llsaleinfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llinventory/llsaleinfo.cpp b/linden/indra/llinventory/llsaleinfo.cpp index bff075b..7aabdda 100644 --- a/linden/indra/llinventory/llsaleinfo.cpp +++ b/linden/indra/llinventory/llsaleinfo.cpp | |||
@@ -84,7 +84,7 @@ U32 LLSaleInfo::getCRC32() const | |||
84 | } | 84 | } |
85 | 85 | ||
86 | 86 | ||
87 | BOOL LLSaleInfo::exportFile(FILE* fp) const | 87 | BOOL LLSaleInfo::exportFile(LLFILE* fp) const |
88 | { | 88 | { |
89 | fprintf(fp, "\tsale_info\t0\n\t{\n"); | 89 | fprintf(fp, "\tsale_info\t0\n\t{\n"); |
90 | fprintf(fp, "\t\tsale_type\t%s\n", lookup(mSaleType)); | 90 | fprintf(fp, "\t\tsale_type\t%s\n", lookup(mSaleType)); |
@@ -158,7 +158,7 @@ BOOL LLSaleInfo::importXML(LLXMLNode* node) | |||
158 | return success; | 158 | return success; |
159 | } | 159 | } |
160 | 160 | ||
161 | BOOL LLSaleInfo::importFile(FILE* fp, BOOL& has_perm_mask, U32& perm_mask) | 161 | BOOL LLSaleInfo::importFile(LLFILE* fp, BOOL& has_perm_mask, U32& perm_mask) |
162 | { | 162 | { |
163 | has_perm_mask = FALSE; | 163 | has_perm_mask = FALSE; |
164 | 164 | ||