diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-02-20 07:40:22 +0000 | 
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-02-20 07:40:22 +0000 | 
| commit | 554ce328973cfbbbe45b9bf3977c99a1c8df1961 (patch) | |
| tree | 8de8191239d8aff817b0d260dd2d86ce8aaa2d6f | |
| parent | 756985ab45965d1e18f1c7fb6436a9d3df3d7da8 (diff) | |
Notes
| -rw-r--r-- | lib/libncurses/lib_kernel.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/libncurses/lib_kernel.c b/lib/libncurses/lib_kernel.c index a1d0a85c5a9e..534f6f055c90 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)); | 
