Re: [fpc-devel] MSecsToTimeStamp patch

2008-03-26 Thread Micha Nelissen
Jonas Maebe wrote: You don't have to save them: you can just do patch -p0 and then copy/paste the patch from the mail into the console (ending with a double ctrl-d to close stdin). Except when the mailer has line-wrapped them ;) Micha ___ fpc-deve

Re: [fpc-devel] MSecsToTimeStamp patch

2008-03-26 Thread Michael Van Canneyt
On Wed, 26 Mar 2008, Jonas Maebe wrote: > > On 26 Mar 2008, at 16:36, Michael Van Canneyt wrote: > >On Wed, 26 Mar 2008, [EMAIL PROTECTED] wrote: > > > > >Aritmetic Owerflow, for example MSecsToTimeStamp(6325058880) //1.5.2005 > > >Repaired bad typecasting. > > > >Thank you. Applied, rev. 1

Re: [fpc-devel] MSecsToTimeStamp patch

2008-03-26 Thread Jonas Maebe
On 26 Mar 2008, at 16:36, Michael Van Canneyt wrote: On Wed, 26 Mar 2008, [EMAIL PROTECTED] wrote: Aritmetic Owerflow, for example MSecsToTimeStamp(6325058880) // 1.5.2005 Repaired bad typecasting. Thank you. Applied, rev. 10566. Would it be possible to send patches as attachments ? Th

Re: [fpc-devel] MSecsToTimeStamp patch

2008-03-26 Thread Michael Van Canneyt
On Wed, 26 Mar 2008, [EMAIL PROTECTED] wrote: > Aritmetic Owerflow, for example MSecsToTimeStamp(6325058880) //1.5.2005 > Repaired bad typecasting. Thank you. Applied, rev. 10566. Would it be possible to send patches as attachments ? That makes it easier to save. Thanks. Michael. > > I

[fpc-devel] MSecsToTimeStamp patch

2008-03-26 Thread petr . kristan
Aritmetic Owerflow, for example MSecsToTimeStamp(6325058880) //1.5.2005 Repaired bad typecasting. Index: objpas/sysutils/dati.inc === --- objpas/sysutils/dati.inc(revision 10368) +++ objpas/sysutils/dati.inc(working copy)