diff options
Diffstat (limited to 'src/regchannel.cpp')
-rw-r--r-- | src/regchannel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regchannel.cpp b/src/regchannel.cpp index 88adf49b8..376c8d661 100644 --- a/src/regchannel.cpp +++ b/src/regchannel.cpp @@ -284,7 +284,7 @@ Serializable *ChannelInfo::Type::Unserialize(Serializable *obj, Serialize::Data spacesepstream sep(buf); ci->memos.ignores.clear(); while (sep.GetToken(buf)) - ci->memos.ignores.push_back(buf); + ci->memos.ignores.insert(buf); } Extensible::ExtensibleUnserialize(ci, ci, data); |