diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2018-08-08 18:24:49 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2018-08-09 13:29:30 -0700 |
| commit | 96ebf5bc3fb455162286b9bc31e763f3c4f1c457 (patch) | |
| tree | 3d06bc866bcf943a0e0ea881a1fcab9826291a1c /py/mperrno.h | |
| parent | 9da79c880e387ab05a683b67feb8f3da600d937d (diff) | |
Two fixes and translate more strings.
* Fix finding translations with escaped characters.
* Add back \r to translations since its needed by screen.
Diffstat (limited to 'py/mperrno.h')
| -rw-r--r-- | py/mperrno.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/mperrno.h b/py/mperrno.h index f7dad4c54..c530ab183 100644 --- a/py/mperrno.h +++ b/py/mperrno.h @@ -140,6 +140,6 @@ #endif -qstr mp_errno_to_str(mp_obj_t errno_val); +const char* mp_errno_to_str(mp_obj_t errno_val); #endif // MICROPY_INCLUDED_PY_MPERRNO_H |
