Earlier printout had strange looking 'Success'. $ isosize --sectors /dev/urandom isosize: /dev/urandom: might not be an ISO filesystem isosize: 733error: le=-1971599244 be=1633181607: Success ... Signed-off-by: Sami Kerola <kerolasa@xxxxxx> --- disk-utils/isosize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disk-utils/isosize.c b/disk-utils/isosize.c index fb35764..4fb3386 100644 --- a/disk-utils/isosize.c +++ b/disk-utils/isosize.c @@ -84,7 +84,7 @@ static int isonum_733(unsigned char *p, int xflag) int be = isonum_732(p + 4); if (xflag && le != be) /* translation is useless */ - warn("733error: le=%d be=%d", le, be); + warnx("733error: le=%d be=%d", le, be); return (le); } -- 2.6.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html