summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclIO.c')
-rw-r--r--generic/tclIO.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclIO.c b/generic/tclIO.c
index e4bfd35..aa22698 100644
--- a/generic/tclIO.c
+++ b/generic/tclIO.c
@@ -8138,7 +8138,7 @@ ChannelTimerProc(
* before UpdateInterest gets called by Tcl_NotifyChannel.
*/
- statePtr->timer = TclpProlongTimerEvent(statePtr->timer, 0, 0);
+ statePtr->timer = TclpProlongTimerEvent(statePtr->timer, 0, TCL_TMREV_PROMPT);
if (!statePtr->timer) {
statePtr->timer = TclpCreatePromptTimerEvent(ChannelTimerProc,
FreeChannelTimerProc, 0, TCL_TMREV_PROMPT);