diff options
| author | hobbs <hobbs> | 1999-12-13 03:05:52 (GMT) | 
|---|---|---|
| committer | hobbs <hobbs> | 1999-12-13 03:05:52 (GMT) | 
| commit | 4597602e483e8d36bda3d12336b6efcfffc86f3d (patch) | |
| tree | 05fc43a0d0a3279aaac81961cc3e87a8134fcd93 /unix/tclUnixFile.c | |
| parent | db164c1b193ed921891f8ad83285db81a0ce955d (diff) | |
| download | tcl-4597602e483e8d36bda3d12336b6efcfffc86f3d.zip tcl-4597602e483e8d36bda3d12336b6efcfffc86f3d.tar.gz tcl-4597602e483e8d36bda3d12336b6efcfffc86f3d.tar.bz2 | |
removed \n in panic
Diffstat (limited to 'unix/tclUnixFile.c')
| -rw-r--r-- | unix/tclUnixFile.c | 4 | 
1 files 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 | 
