We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fcda84 commit 8982004Copy full SHA for 8982004
chap01/win_list.c
@@ -68,7 +68,7 @@ int main() {
68
WSACleanup();
69
return -1;
70
}
71
- } while (!adapters);
+ } while (1);
72
73
74
PIP_ADAPTER_ADDRESSES adapter = adapters;
0 commit comments