Commit 7da6220d authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Assert

parent 67da10c7
......@@ -234,6 +234,7 @@ WS_ReserveAll(struct ws *ws)
{
unsigned b;
WS_Assert(ws);
assert(ws->r == NULL);
ws->r = ws->e;
......
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