mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 7.4.1659
Problem: Compiler warning for argument type. (Manuel Ortega) Solution: Remove "&".
This commit is contained in:
@@ -5467,7 +5467,7 @@ WaitForCharOrMouse(long msec, int *break_loop)
|
||||
;
|
||||
|
||||
#else
|
||||
avail = RealWaitForChar(read_cmd_fd, msec, NULL, &break_loop);
|
||||
avail = RealWaitForChar(read_cmd_fd, msec, NULL, break_loop);
|
||||
#endif
|
||||
return avail;
|
||||
}
|
||||
|
Reference in New Issue
Block a user