diff options
author | Damien George <damien.p.george@gmail.com> | 2018-05-02 23:16:22 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-05-02 23:16:22 +1000 |
commit | 59361681501cda2aa998fda649929591308aaebb (patch) | |
tree | daf6024269fc6cc7ee44346a64121e0d98a0a216 /py/binary.c | |
parent | 4fa7d36cee5dcda836409999612a5022f2d59952 (diff) |
extmod/uzlib: Fix C-language sequencing error with uzlib_get_byte calls.
The order of function calls in an arithmetic expression is undefined and so
they must be written out as sequential statements.
Thanks to @dv-extrarius for reporting this issue, see issue #3690.
Diffstat (limited to 'py/binary.c')
0 files changed, 0 insertions, 0 deletions