1
0
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:
Sadie Powell
2026-03-26 15:48:52 +00:00
parent 85a32077b5
commit 5355b53008
10 changed files with 111 additions and 87 deletions
+1 -1
View File
@@ -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)