mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +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.