X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/checkpath/blobdiff_plain/677859e43da0c812e18d657da8bebea7b0ebb6df..7b5e7899240bb934fa8ee9844ebdadca0a097add:/tmpdir.c?ds=sidebyside diff --git a/tmpdir.c b/tmpdir.c index 0bf51d3..bcebf8d 100644 --- a/tmpdir.c +++ b/tmpdir.c @@ -76,7 +76,7 @@ static void complain(const char *p, const char *msg, int err) if (!cp.cp_verbose) return; dstr_putf(&d, "Path: %s: %s", p, msg); if (err) dstr_putf(&d, ": %s", strerror(err)); - moan(d.buf); + moan("%s", d.buf); dstr_destroy(&d); }