Thanks Alex, I'll commit it in next session.
Brgds,
Viktor

On Thu, May 14, 2009 at 2:02 PM, Alex Strickland <s...@mweb.co.za> wrote:
> Hi Viktor
>
> Some time ago you tidied up my code and added it to the hbwin library. I
> found a typo I made, it is at line 237 :
>
>   NewTimeouts.ReadTotalTimeoutConstant = ( s_ReadIntervalTimeout == -1 ? 0
> : s_ReadTotalTimeoutConstant );
>
> It should be:
>
>   NewTimeouts.ReadTotalTimeoutConstant = ( s_ReadTotalTimeoutConstant == -1
> ? 0 : s_ReadTotalTimeoutConstant );
>
> Would you mind correcting it?
>
> Thank you
> Alex
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to