Use new workspace interface

parent 2b1bef26
...@@ -155,7 +155,7 @@ node_fill_nodestock(struct ws *ws, struct node_head *head) ...@@ -155,7 +155,7 @@ node_fill_nodestock(struct ws *ws, struct node_head *head)
AN(head); AN(head);
spc = WS_ReserveAll(ws); spc = WS_ReserveAll(ws);
p = ws->f; p = WS_Reservation(ws);
if (spc < ws_min_room) if (spc < ws_min_room)
n = 0; n = 0;
......
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