--- mon/src/mon.cpp 2002/01/18 16:03:33 1.15 +++ mon/src/mon.cpp 2002/03/03 16:19:10 1.16 @@ -394,6 +394,7 @@ static enum Token get_hex_number(uint32 return T_NULL; do { + c = tolower(c); if (c < 'a') i = (i << 4) + (c - '0'); else