Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Time jumps



On Tue, 24 Dec 2002, Klaus Schmidinger (KS) wrote:

KS>
KS> The call to localtime_r(&mjdtime, &tm_r) sets 'mjdtime', and that _is_ used.
KS>

are you sure?

   struct tm tm_r;
   ptm = localtime_r(&mjdtime, &tm_r);

from which information should localtime_r set 'mjdtime'? 'tm_r' is just
initialized.

'mjdtime' is set in cMJD::ConvertToTime(), which is called from cMJD::cMJD

Or does localtime_r modify 'mjdtime' in some way?

c ya
        Sergei
-- 
--------------------------------------------------------------------  -?)
         eMail:       Sergei.Haller@math.uni-giessen.de               /\\
-------------------------------------------------------------------- _\_V
Be careful of reading health books, you might die of a misprint.
                -- Mark Twain



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index