Open GoogleCodeExporter opened 9 years ago
Hi,
Just a mistake in your code, i hope :)
Because your patch doesn't work for me !
you write :
t = loctime->(tm_yday + 1) + ((6 - lngHour) / 24);
And I think it could be :
t = (loctime->tm_yday + 1) + ((6 - lngHour) / 24);
Like your next line : t = (loctime->tm_yday + 1) + ((18 - lngHour) / 24);
do you agree ?
regards
SoniX
Original comment by v3c...@gmail.com
on 26 Sep 2012 at 8:56
Original issue reported on code.google.com by
terrebro...@gmail.com
on 17 Aug 2012 at 8:44Attachments: