We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb9d3e commit 3d1d92aCopy full SHA for 3d1d92a
mpy-cross/main.c
@@ -55,7 +55,7 @@ STATIC const mp_print_t mp_stderr_print = {NULL, stderr_print_strn};
55
STATIC int compile_and_save(const char *file, const char *output_file) {
56
mp_lexer_t *lex = mp_lexer_new_from_file(file);
57
if (lex == NULL) {
58
- printf("MemoryError: lexer could not allocate memory\n");
+ printf("could not open file '%s' for reading\n", file);
59
return 1;
60
}
61
0 commit comments