summaryrefslogtreecommitdiffstatshomepage
path: root/teensy/lexermemzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'teensy/lexermemzip.c')
-rw-r--r--teensy/lexermemzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/teensy/lexermemzip.c b/teensy/lexermemzip.c
index f50a3c0808..b74d2ebee3 100644
--- a/teensy/lexermemzip.c
+++ b/teensy/lexermemzip.c
@@ -16,6 +16,6 @@ mp_lexer_t *mp_lexer_new_from_file(const char *filename)
return NULL;
}
- return mp_lexer_new_from_str_len(qstr_from_str(filename), (const char *)data, (uint)len, 0);
+ return mp_lexer_new_from_str_len(qstr_from_str(filename), (const char *)data, (mp_uint_t)len, 0);
}