Thorsten Haude wrote: >> selection.c:95-110 >> char *endptr; >> ... >> if (isdigit((unsigned char) *endptr ) ... >> Why the cast? > > To clear things up? I changed it into (int). Did you commit this? Doesn't this break some platforms? ISTR this cast was needed somewhere.