mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-24 22:17:43 +02:00
Merge pull request #180 from spatz/patch-2
Add missing break to prevent segfault
This commit is contained in:
commit
1a116fb644
@ -672,6 +672,7 @@ inline std::ostream& operator<< (std::ostream& s, const object& o)
|
||||
|
||||
case type::EXT:
|
||||
s << "EXT";
|
||||
break;
|
||||
|
||||
case type::ARRAY:
|
||||
s << "[";
|
||||
|
Loading…
x
Reference in New Issue
Block a user