forked from aniani/vim
patch 9.1.0639: channel timeout may wrap around
Problem: channel timeout may wrap around Solution: Correct timeout calculation when GetTickCount() wraps around (Ken Takata) closes: #15390 Signed-off-by: Ken Takata <kentkt@csc.jp> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
0dff31576a
commit
0bee82b1d0
@@ -704,6 +704,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
639,
|
||||
/**/
|
||||
638,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user