Skip to content

Commit

Permalink
Fix wstring serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Haefner committed Jul 17, 2018
1 parent cd22fcd commit a3fbed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wstring.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ void WStringCodec::encode(DBusMessageIter& iter, const std::wstring& str)
Codec<uint32_t>::encode(_iter, (uint32_t)t);
}

dbus_message_iter_close_container(&_iter, &_iter);
dbus_message_iter_close_container(&iter, &_iter);
}


Expand Down

0 comments on commit a3fbed6

Please sign in to comment.