diff options
Diffstat (limited to 'cpp/include/Ice/BasicStream.h')
-rw-r--r-- | cpp/include/Ice/BasicStream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/BasicStream.h b/cpp/include/Ice/BasicStream.h index 9f4cbe33be2..be0fc033ef1 100644 --- a/cpp/include/Ice/BasicStream.h +++ b/cpp/include/Ice/BasicStream.h @@ -603,7 +603,7 @@ public: { throwUnmarshalOutOfBoundsException(__FILE__, __LINE__); } - v = *i++; + v = (0 != *i++); } void read(std::vector<bool>&); bool* read(std::pair<const bool*, const bool*>&); |