Commit f43e9ae4 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Don't check twice

parent e6b61f5b
......@@ -176,8 +176,6 @@ WS_Printf(struct ws *ws, const char *fmt, ...)
va_list ap;
char *p;
WS_Assert(ws);
assert(ws->r == NULL);
u = WS_Reserve(ws, 0);
p = ws->f;
va_start(ap, fmt);
......
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