mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-30 19:52:13 +01:00
8e35973ff9
len is an unsigned variable, so it will never be less than 0. This helps towards #1792.