summaryrefslogtreecommitdiffstats
path: root/generic/tkText.c
diff options
context:
space:
mode:
authorrjohnson <rjohnson>1999-04-17 02:35:37 (GMT)
committerrjohnson <rjohnson>1999-04-17 02:35:37 (GMT)
commitcb916de9253cefd5b1dc519afc76fd1b2a2fae51 (patch)
tree2e517b96b63ac85ee8dd2a5a1ab936b11e02a87c /generic/tkText.c
parentf6578ca565864599b061ed0ce8243adaa213e987 (diff)
downloadtk-cb916de9253cefd5b1dc519afc76fd1b2a2fae51.zip
tk-cb916de9253cefd5b1dc519afc76fd1b2a2fae51.tar.gz
tk-cb916de9253cefd5b1dc519afc76fd1b2a2fae51.tar.bz2
Fixed bug 1853 - called NULL interp.
Diffstat (limited to 'generic/tkText.c')
-rw-r--r--generic/tkText.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkText.c b/generic/tkText.c
index 74181a4..ff08140 100644
--- a/generic/tkText.c
+++ b/generic/tkText.c
@@ -9,11 +9,12 @@
*
* Copyright (c) 1992-1994 The Regents of the University of California.
* Copyright (c) 1994-1996 Sun Microsystems, Inc.
+ * Copyright (c) 1999 by Scriptics Corporation.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkText.c,v 1.4 1999/04/17 02:31:20 rjohnson Exp $
+ * RCS: @(#) $Id: tkText.c,v 1.5 1999/04/17 02:35:38 rjohnson Exp $
*/
#include "default.h"