Function CalcTime_s is incorrect

Questions about MultiCharts and user contributed studies.
marekj
Posts: 51
Joined: Aug 07 2009

Mar 06 2010

Instead:

CalcTime_s = SecondsToTime ( TimeToSeconds ( RefTime_S ) + SecondsChange ) ;

should be:

CalcTime_s = SecondsToTime_s ( TimeToSeconds ( RefTime_S ) + SecondsChange ) ;

Please correct it in next version.

User avatar
Bruce DeVault
Posts: 438
Joined: Jan 19 2010
Location: Washington DC
Been thanked: 2 times
Contact:

Mar 08 2010

Good catch.