From 4597602e483e8d36bda3d12336b6efcfffc86f3d Mon Sep 17 00:00:00 2001 From: hobbs Date: Mon, 13 Dec 1999 03:05:52 +0000 Subject: removed \n in panic --- unix/tclUnixFile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unix/tclUnixFile.c b/unix/tclUnixFile.c index 8feb007..12653f3 100644 --- a/unix/tclUnixFile.c +++ b/unix/tclUnixFile.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclUnixFile.c,v 1.7 1999/12/12 22:46:50 hobbs Exp $ + * RCS: @(#) $Id: tclUnixFile.c,v 1.8 1999/12/13 03:05:52 hobbs Exp $ */ #include "tclInt.h" @@ -338,7 +338,7 @@ TclpMatchFilesTypes( struct stat buf; if (TclpStat(fname, &buf) != 0) { - panic("stat failed on known file\n"); + panic("stat failed on known file"); } /* * readonly means that there are NO write permissions -- cgit v0.12