Download raw body.
watch(1): construct cmdstr in a less clever way
On 2025-05-20, Florian Obser wrote: > OK? > + if ((cmdstr = calloc(cmdlen + 1, sizeof(char))) == NULL) > + err(1, "calloc"); there's no need for calloc.
watch(1): construct cmdstr in a less clever way