1
0
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:
dmiller
2024-12-06 21:40:27 +00:00
parent 8bb1334a87
commit 63dbb8fcbe

View File

@@ -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;