mirror of
https://github.com/Genymobile/scrcpy
synced 2024-12-25 08:32:29 +00:00
999c964689
Use parentheses to avoid unexpected results. For example, make: 2 * SERIALIZED_EVENT_MAX_SIZE expand to: 2 * (3 + TEXT_MAX_LENGTH) instead of: 2 * 3 + TEXT_MAX_LENGTH |
||
---|---|---|
.. | ||
src | ||
tests | ||
meson.build |