From 5723c8ee37d7790cb788ef5469e5f231d81391de Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 17 Feb 2008 17:18:48 +0000 Subject: [PATCH] minor fixes to output --- .bzrignore | 1 + output.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.bzrignore b/.bzrignore index b017b1d..82ccd7d 100644 --- a/.bzrignore +++ b/.bzrignore @@ -11,4 +11,5 @@ vgcore.* prime.data *.cfm *.CFM +*.stl .view-preset-[0-9] diff --git a/output.c b/output.c index 39a2535..712c192 100644 --- a/output.c +++ b/output.c @@ -411,7 +411,7 @@ static void outtriangle(int rev, const OutVertex *a, static void write_file(void) { static const char header[80]= "#!/usr/bin/meshlab\n" "binary STL file\n"; - if (isatty(1)) fail("will not write binary stl to tty!"); + if (isatty(1)) fail("will not write binary stl to tty!\n"); WR(header); -- 2.30.2