diff options
Diffstat (limited to 'generic/tclClock.c')
| -rw-r--r-- | generic/tclClock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclClock.c b/generic/tclClock.c index cbcacf2..35353ff 100644 --- a/generic/tclClock.c +++ b/generic/tclClock.c @@ -3437,7 +3437,7 @@ ClockParseFmtScnArgs( goto baseOverflow; } - Tcl_AppendResult(interp, " or integer", NULL); + Tcl_AppendResult(interp, " or integer", (char *)NULL); i = baseIdx; goto badOption; } |
