Le 2013-05-27 05:41, Sandro Cumerlato a écrit :

Please read it :-)

---------- Forwarded message ----------
From: "Sandro Cumerlato" <sandro.cumerl...@gmail.com>
Date: May 26, 2013 10:32 PM
Subject: FPC SVN revision 24611
To: <fpc-devel@lists.freepascal.org>
Cc:

Hello,
I don't understand the meaning of the following change:


I think that  Result:=D1=D2;  is not correct.

Best regards.

Sandro Cumerlato


If the goal of the function is to decide on the newest date you are obviously right since this returns true if the two date are the same thus not checking for the newest as the next function call would imply. The change seems illogical.

Result:=D1=D2;
If Result then
   Log(vlInfo,SInfoSourceNewerDest,[Src,DateTimeToStr(D1),Dest,DateTimeToStr(D2)]);

Michel
-- 
For Linux Software visit
http://home.comcast.net/~mcatudal

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to