mirror of
https://github.com/micropython/micropython.git
synced 2026-02-01 16:50:27 +01:00
This patch makes sure that the char_data.props is first assigned a value before other flags are OR'd in. Resolves compilation warning on possible unitialized variable.