diff options
author | Jacek Antonelli | 2008-08-15 23:44:56 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:56 -0500 |
commit | c07901e29ed545bbb02e3bddf148fe1104b94e9f (patch) | |
tree | f1ada64ce834acd7d92a425efb96c4b86bcf16b1 /linden/indra/llinventory/llpermissions.cpp | |
parent | Second Life viewer sources 1.15.0.2 (diff) | |
download | meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.zip meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.tar.gz meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.tar.bz2 meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.tar.xz |
Second Life viewer sources 1.15.1.3
Diffstat (limited to 'linden/indra/llinventory/llpermissions.cpp')
-rw-r--r-- | linden/indra/llinventory/llpermissions.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/linden/indra/llinventory/llpermissions.cpp b/linden/indra/llinventory/llpermissions.cpp index 86ab57c..ae4360a 100644 --- a/linden/indra/llinventory/llpermissions.cpp +++ b/linden/indra/llinventory/llpermissions.cpp | |||
@@ -531,10 +531,6 @@ BOOL LLPermissions::importFile(FILE* fp) | |||
531 | buffer, | 531 | buffer, |
532 | " %255s %255s", | 532 | " %255s %255s", |
533 | keyword, valuestr); | 533 | keyword, valuestr); |
534 | if (!keyword) | ||
535 | { | ||
536 | continue; | ||
537 | } | ||
538 | if (!strcmp("{", keyword)) | 534 | if (!strcmp("{", keyword)) |
539 | { | 535 | { |
540 | continue; | 536 | continue; |
@@ -669,10 +665,6 @@ BOOL LLPermissions::importLegacyStream(std::istream& input_stream) | |||
669 | buffer, | 665 | buffer, |
670 | " %255s %255s", | 666 | " %255s %255s", |
671 | keyword, valuestr); | 667 | keyword, valuestr); |
672 | if (!keyword) | ||
673 | { | ||
674 | continue; | ||
675 | } | ||
676 | if (!strcmp("{", keyword)) | 668 | if (!strcmp("{", keyword)) |
677 | { | 669 | { |
678 | continue; | 670 | continue; |