diff options
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 | ||