Hans Leidekker wrote:
On Monday 17 January 2005 11:18, Joris Huizer wrote:
- if (time->wDayOfWeek > 6) return FALSE;
- while (*s && !isdigitW( *s )) s++;
What happens if s just became NULL in this loop ?
Huh?
Sorry, I meant, what if the string ends with digits there? If I find out how, I may add a testcase for that; (Sorry about the other cases, I didn't read carefull enough)
regards,
Joris