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