summaryrefslogtreecommitdiff
path: root/indra/llappearance
diff options
context:
space:
mode:
authorNyx Linden <nyx@lindenlab.com>2013-03-01 19:40:06 -0500
committerNyx Linden <nyx@lindenlab.com>2013-03-01 19:40:06 -0500
commita0a9a60e283bf5e9a19551e359c154d3d20b3f2d (patch)
treeaf85b743e4be02b5c82c998b232367fb96b2fbd6 /indra/llappearance
parent3e5599a827238faa4fcccfad9702428ce4ea6f46 (diff)
parent312b2563548c19837707b6598932d8ef19430f73 (diff)
merge
Diffstat (limited to 'indra/llappearance')
-rwxr-xr-xindra/llappearance/llwearable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llappearance/llwearable.cpp b/indra/llappearance/llwearable.cpp
index 9fb8b7749f..4028c1dfad 100755
--- a/indra/llappearance/llwearable.cpp
+++ b/indra/llappearance/llwearable.cpp
@@ -455,7 +455,7 @@ BOOL LLWearable::getNextPopulatedLine(std::istream& input_stream, char* buffer,
}
while (input_stream.good() && buffer[0]=='\0');
- return input_stream.good();
+ return (buffer[0] != '\0');
}