mirror of
https://github.com/nmap/nmap.git
synced 2026-01-06 22:49:02 +00:00
Fix Windows build: type mismatch
This commit is contained in:
@@ -447,7 +447,7 @@ static DWORD WINAPI subprocess_thread_func(void *data)
|
||||
HANDLE events[3];
|
||||
DWORD ret, rc;
|
||||
int crlf_state = 0;
|
||||
DWORD nCount = 3;
|
||||
int nCount = 3;
|
||||
int idx[3];
|
||||
|
||||
info = (struct subprocess_info *) data;
|
||||
|
||||
Reference in New Issue
Block a user