• Dridi Boukelmoune's avatar
    ws: Constify WS_Printf() · e5bf34a0
    Dridi Boukelmoune authored
    Unlike WS_Alloc() it fills the allocated space with the result, which
    should be considered constant at this point. And on top of that it's
    a constant string and shouldn't be a void pointer.
    e5bf34a0
vmod_cookie.c 12.1 KB