diff options
author | Graham Linden <graham@lindenlab.com> | 2013-09-25 13:16:31 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2013-09-25 13:16:31 -0700 |
commit | d31010512154ef1806281552f639e492bdde7fcd (patch) | |
tree | 951ba65ec940f5bec236855490380cd43e74ebe7 /indra/test/llstreamtools_tut.cpp | |
parent | 089081dc802a8efb41d3eda7b2eec6f9637f1c4b (diff) | |
parent | 571920c7b4fb8966088e769c630cda3c149c4e39 (diff) |
Merge recent viewer-bear fixes that missed the boat
Diffstat (limited to 'indra/test/llstreamtools_tut.cpp')
-rwxr-xr-x | indra/test/llstreamtools_tut.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/test/llstreamtools_tut.cpp b/indra/test/llstreamtools_tut.cpp index 354c3dfe10..0f6436f0f4 100755 --- a/indra/test/llstreamtools_tut.cpp +++ b/indra/test/llstreamtools_tut.cpp @@ -385,6 +385,7 @@ namespace tut std::string expected_result; std::string actual_result; std::istringstream is; + is.clear(); is.str(str = " First Second \t \r \n Third Fourth-ShouldThisBePartOfFourth Fifth\n"); actual_result = ""; |