mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-13 01:44:38 +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>