Had the same problem, just tried the nightly build (currently at
16697) and it is fixed for me too.
Thanks,
Willem
On Jul 3, 9:34 am, Stefan Küng <tortoise..._at_gmail.com> wrote:
> Mark Irving wrote:
> > VS2005User (at) googlemail (dot) com wrote:
> >> Could you please take a look at revision 16481 (trunk), r16482 (1.6
> >> branch)?
>
> > Stefan:
> >> Can you try the next nightly build please? (16657)
>
> > I think I can see a problem in the source. Specifically, a test of the form
>
> > GetTickCount() - DRIVETYPETIMEOUT > drivetypeticker
>
> > is wrong for DRIVETYPETIMEOUT milliseconds after system start-up, and again every 49.7 days or so. But re-ordering as
>
> > GetTickCount() - drivetypeticker> DRIVETYPETIMEOUT
>
> > works better, provided the measured interval never exceeds 49.7 days.
>
> You're right, I think that's the problem.
> Should be fixed in r16658.
>
> Stefan
>
> --
> ___
> oo // \\ "De Chelonian Mobile"
> (_,\/ \_/ \ TortoiseSVN
> \ \_/_\_/> The coolest Interface to (Sub)Version Control
> /_/ \_\ http://tortoisesvn.net
>
> ------------------------------------------------------http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMess...
>
> To unsubscribe from this discussion, e-mail: [users-unsubscr..._at_tortoisesvn.tigris.org].
>
> signature.asc
> < 1KViewDownload
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2371179
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-07-14 09:17:14 CEST