| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -232,8 +232,7 @@ void WalkHandle(uv_handle_t* h, void* arg) { | |||
| 232 | 232 | if (h->type == UV_TCP || h->type == UV_NAMED_PIPE || h->type == UV_TTY || | |
| 233 | 233 | h->type == UV_UDP || h->type == UV_POLL) { | |
| 234 | 234 | uv_os_fd_t fd_v; | |
| 235 | - uv_os_fd_t* fd = &fd_v; | ||
| 236 | - int rc = uv_fileno(h, fd); | ||
| 235 | + int rc = uv_fileno(h, &fd_v); | ||
| 237 | 236 | // uv_os_fd_t is an int on Unix and HANDLE on Windows. | |
| 238 | 237 | #ifndef _WIN32 | |
| 239 | 238 | if (rc == 0) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments