From: Mark Wooding Date: Mon, 7 Mar 2022 12:48:05 +0000 (+0000) Subject: chkdvdimg.c: Name the file when reporting too many trailing zeros. X-Git-Url: https://git.distorted.org.uk/~mdw/dvdrip/commitdiff_plain/323c8d53a7336d950c45771cb99c926a71d7a404?ds=sidebyside chkdvdimg.c: Name the file when reporting too many trailing zeros. --- diff --git a/chkdvdimg.c b/chkdvdimg.c index 0adc6df..623c50f 100644 --- a/chkdvdimg.c +++ b/chkdvdimg.c @@ -124,7 +124,7 @@ static void check_img(const char *file) if (bb[0] || !all_zero_p(bb, SECTORSZ)) goto nonzero; } gripe(1, "too many trailing zero sectors: " - "couldn't find backup anchor descriptor"); + "couldn't find backup anchor descriptor in `%s'", file); goto end; nonzero: j = i;