|
From: Michael H. <mg...@gm...> - 2007-10-29 22:43:37
|
Milan Babuskov schrieb:
> Still doesn't work with r1504. I'm sorry I cannot pinpoint the code,
> but I'm doing something else at this time and only build&test FR in
> the background.
Sorry, I'll go to bed now without a really satisfying solution. I
committed another fix, but that is not what I would like to have in the end.
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.
I don't like it at all, but this will have to wait for another day. It
works for me, hopefully for you too. Sorry for the bother.
Thanks
--
Michael Hieke
|