|
From: Michael H. <mg...@gm...> - 2007-10-30 09:22:02
|
I wrote:
> The problem is that parseDate() and parseTime() need to check for the
> length of the data that is given, but they receive only a single
> iterator. I have done the check with
>
> return !(*si);
>
> because the check for wxChar("\0") did not work. Ugly.
Committed new code that passes an end() iterator to those functions too.
I tried all combinations of input data I could think of, and
everything worked for me. Hopefully that's done now.
Thanks
--
Michael Hieke
|