Commit d85f4c38 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Fix workspace VSB example

parent 4f557bf0
...@@ -382,7 +382,7 @@ WS_Overflowed(const struct ws *ws) ...@@ -382,7 +382,7 @@ WS_Overflowed(const struct ws *ws)
* *
* WS_VSB_new(vsb, ctx->ws); * WS_VSB_new(vsb, ctx->ws);
* VSB_printf(vsb, "blablabla"); * VSB_printf(vsb, "blablabla");
* p = WS_VSB_finish(vsb, NULL); * p = WS_VSB_finish(vsb, ctx->ws, NULL);
* if (p == NULL) * if (p == NULL)
* return (FAILURE); * return (FAILURE);
*/ */
......
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