We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b1f2c commit 54df549Copy full SHA for 54df549
1 file changed
unix/moduselect.c
@@ -54,7 +54,7 @@ STATIC mp_obj_t poll_register(uint n_args, const mp_obj_t *args) {
54
flags = POLLIN | POLLOUT;
55
}
56
57
- int i;
+ int i = 0;
58
if (self->len < self->alloc) {
59
i = self->len++;
60
} else {
0 commit comments