From ce7f70a4bc4254e9ddb802c4dddb96c1e1a5061a Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 23 Nov 2008 22:30:53 +0000 Subject: Considerable improvements across the board. --- mdocml.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mdocml.c') diff --git a/mdocml.c b/mdocml.c index e27748f0..df834d90 100644 --- a/mdocml.c +++ b/mdocml.c @@ -1,4 +1,4 @@ -/* $Id: mdocml.c,v 1.7 2008/11/23 19:10:03 kristaps Exp $ */ +/* $Id: mdocml.c,v 1.8 2008/11/23 22:30:53 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -167,6 +167,9 @@ begin_bufs(const struct md_args *args, if (-1 == fstat(in->fd, &stin)) { warn("%s", in->name); return(1); + } else if (0 == stin.st_size) { + warnx("%s: empty file", in->name); + return(1); } else if (-1 == fstat(out->fd, &stout)) { warn("%s", out->name); return(1); -- cgit v1.2.3-56-ge451