We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6410e17 commit 60db809Copy full SHA for 60db809
1 file changed
py/builtinhelp.c
@@ -100,7 +100,7 @@ STATIC void mp_help_print_modules(void) {
100
// print the list of modules in a column-first order
101
#define NUM_COLUMNS (4)
102
#define COLUMN_WIDTH (18)
103
- mp_uint_t len;
+ size_t len;
104
mp_obj_t *items;
105
mp_obj_list_get(list, &len, &items);
106
unsigned int num_rows = (len + NUM_COLUMNS - 1) / NUM_COLUMNS;
0 commit comments