diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llstreamtools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llstreamtools.cpp b/linden/indra/llcommon/llstreamtools.cpp index b68edd3..2c78e05 100644 --- a/linden/indra/llcommon/llstreamtools.cpp +++ b/linden/indra/llcommon/llstreamtools.cpp | |||
@@ -553,7 +553,7 @@ std::istream& fullread(std::istream& str, char *buf, std::streamsize requested) | |||
553 | 553 | ||
554 | std::istream& operator>>(std::istream& str, const char *tocheck) | 554 | std::istream& operator>>(std::istream& str, const char *tocheck) |
555 | { | 555 | { |
556 | char c; | 556 | char c = '\0'; |
557 | const char *p; | 557 | const char *p; |
558 | p = tocheck; | 558 | p = tocheck; |
559 | while (*p && !str.bad()) | 559 | while (*p && !str.bad()) |