diff options
| author | dgp@users.sourceforge.net <dgp> | 2006-03-23 14:24:57 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2006-03-23 14:24:57 (GMT) |
| commit | 3c69e8d8bc35d2e363843ab13c8bf7bc42010f42 (patch) | |
| tree | a451d990846ab6fa0e7cc46e92a25735b21a1542 /generic/tclStringObj.c | |
| parent | 4c51d1366e7a8050067774da87e086386f1e48a7 (diff) | |
| download | tcl-3c69e8d8bc35d2e363843ab13c8bf7bc42010f42.zip tcl-3c69e8d8bc35d2e363843ab13c8bf7bc42010f42.tar.gz tcl-3c69e8d8bc35d2e363843ab13c8bf7bc42010f42.tar.bz2 | |
comment adjustment
Diffstat (limited to 'generic/tclStringObj.c')
| -rw-r--r-- | generic/tclStringObj.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclStringObj.c b/generic/tclStringObj.c index a1c5bd3..d119176 100644 --- a/generic/tclStringObj.c +++ b/generic/tclStringObj.c @@ -33,7 +33,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclStringObj.c,v 1.52 2006/01/23 11:18:52 msofer Exp $ */ + * RCS: @(#) $Id: tclStringObj.c,v 1.53 2006/03/23 14:24:57 dgp Exp $ */ #include "tclInt.h" #include "tommath.h" @@ -2194,6 +2194,7 @@ TclAppendFormattedObjs( char *bytes; if (Tcl_GetDoubleFromObj(interp, segment, &d) != TCL_OK) { + /* TODO: Figure out ACCEPT_NAN here */ goto error; } *p++ = '%'; |
