Commit 14589b38 authored by Kenton Varda's avatar Kenton Varda

Fix serialize-async-test on Win32 -- not sure why it ever worked.

parent 5a8f2d7c
...@@ -193,6 +193,7 @@ public: ...@@ -193,6 +193,7 @@ public:
maxBytes -= n; maxBytes -= n;
ptr += n; ptr += n;
} }
return total;
} }
private: private:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment