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/llpermissions.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/llpermissions.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llinventory/llpermissions.cpp b/linden/indra/llinventory/llpermissions.cpp index 8d800aa..afa2772 100644 --- a/linden/indra/llinventory/llpermissions.cpp +++ b/linden/indra/llinventory/llpermissions.cpp | |||
@@ -544,7 +544,7 @@ void LLPermissions::unpackMessage(LLMessageSystem* msg, const char* block, S32 b | |||
544 | // File support | 544 | // File support |
545 | // | 545 | // |
546 | 546 | ||
547 | BOOL LLPermissions::importFile(FILE* fp) | 547 | BOOL LLPermissions::importFile(LLFILE* fp) |
548 | { | 548 | { |
549 | init(LLUUID::null, LLUUID::null, LLUUID::null, LLUUID::null); | 549 | init(LLUUID::null, LLUUID::null, LLUUID::null, LLUUID::null); |
550 | const S32 BUFSIZE = 16384; | 550 | const S32 BUFSIZE = 16384; |
@@ -648,7 +648,7 @@ BOOL LLPermissions::importFile(FILE* fp) | |||
648 | } | 648 | } |
649 | 649 | ||
650 | 650 | ||
651 | BOOL LLPermissions::exportFile(FILE* fp) const | 651 | BOOL LLPermissions::exportFile(LLFILE* fp) const |
652 | { | 652 | { |
653 | char uuid_str[256]; /* Flawfinder: ignore */ | 653 | char uuid_str[256]; /* Flawfinder: ignore */ |
654 | 654 | ||