1 parent a8a3ab4 commit 46e98d9Copy full SHA for 46e98d9
1 file changed
unix/main.c
@@ -437,7 +437,7 @@ MP_NOINLINE int main_(int argc, char **argv) {
437
path = "~/.micropython/lib:/usr/lib/micropython";
438
#endif
439
}
440
- mp_uint_t path_num = 1; // [0] is for current dir (or base dir of the script)
+ size_t path_num = 1; // [0] is for current dir (or base dir of the script)
441
if (*path == ':') {
442
path_num++;
443
0 commit comments