mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-02-04 20:26:40 +08:00
Gcc complains that an array index is a 'char' when passing a 'char' to toupper(). Quieten this by coercing to an 'unsigned char'. Signed-off-by: goldsimon <goldsimon@gmx.de>