mirror of
https://github.com/anope/anope.git
synced 2026-06-25 10:16:39 +02:00
Remove the remaining istream use in Data.
This commit is contained in:
@@ -256,7 +256,7 @@ public:
|
||||
Data data;
|
||||
|
||||
for (const auto &[key, value] : res.Row(j))
|
||||
data[key] << value;
|
||||
data.StoreInternal(key, value);
|
||||
|
||||
Serializable *obj = sb->Unserialize(NULL, data);
|
||||
if (obj)
|
||||
|
||||
Reference in New Issue
Block a user