summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/amqp/Decoder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/amqp/Decoder.cpp')
-rw-r--r--cpp/src/qpid/amqp/Decoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/amqp/Decoder.cpp b/cpp/src/qpid/amqp/Decoder.cpp
index 9c577e6c92..1d5abc99c7 100644
--- a/cpp/src/qpid/amqp/Decoder.cpp
+++ b/cpp/src/qpid/amqp/Decoder.cpp
@@ -263,7 +263,7 @@ void Decoder::readValue(Reader& reader, uint8_t code, const Descriptor* descript
break;
case LIST0:
- reader.onStartList(0, CharSequence::create(0, 0), descriptor);
+ reader.onStartList(0, CharSequence::create(), descriptor);
reader.onEndList(0, descriptor);
break;
case LIST8: