summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-02-20 07:40:22 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-02-20 07:40:22 +0000
commit554ce328973cfbbbe45b9bf3977c99a1c8df1961 (patch)
tree8de8191239d8aff817b0d260dd2d86ce8aaa2d6f /lib
parent756985ab45965d1e18f1c7fb6436a9d3df3d7da8 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libncurses/lib_kernel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncurses/lib_kernel.c b/lib/libncurses/lib_kernel.c
index a1d0a85c5a9e6..534f6f055c907 100644
--- a/lib/libncurses/lib_kernel.c
+++ b/lib/libncurses/lib_kernel.c
@@ -113,7 +113,7 @@ int cursor = SP->_cursor;
int delay_output(int ms)
{
-int speed;
+int speed = 0;
T(("delay_output(%d) called", ms));