]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdocml.c
Improvements to the xml part.
[mandoc.git] / mdocml.c
index 1bcff4597b659f76c6a3573fa36cfe5e8f93e6a2..1b8dcc6772d25ce4a1d82b83fd209b6e147459f9 100644 (file)
--- a/mdocml.c
+++ b/mdocml.c
@@ -1,4 +1,4 @@
-/* $Id: mdocml.c,v 1.14 2008/11/28 11:21:12 kristaps Exp $ */
+/* $Id: mdocml.c,v 1.15 2008/12/02 00:10:37 kristaps Exp $ */
 /*
  * Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -106,6 +106,9 @@ leave_io(const struct md_buf *out,
                warn("%s", out->name);
                c = 1;
        }
+       if (1 == c && STDOUT_FILENO != out->fd)
+               if (-1 == unlink(out->name))
+                       warn("%s", out->name);
 
        return(c);
 }