<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Le 2013-05-27 05:41, Sandro Cumerlato a
      écrit :<br>
    </div>
    <blockquote
cite="mid:CAJFr3b4VK28eDzbv62mkVvE6EWmPTFvtbyPwJc_o5_G23iHLYA@mail.gmail.com"
      type="cite">
      <p dir="ltr">Please read it :-) </p>
      <div class="gmail_quote">---------- Forwarded message ----------<br>
        From: "Sandro Cumerlato" <<a moz-do-not-send="true"
          href="mailto:sandro.cumerlato@gmail.com">sandro.cumerlato@gmail.com</a>><br>
        Date: May 26, 2013 10:32 PM<br>
        Subject: FPC SVN revision 24611<br>
        To: <<a moz-do-not-send="true"
          href="mailto:fpc-devel@lists.freepascal.org">fpc-devel@lists.freepascal.org</a>><br>
        Cc: <br>
        <br type="attribution">
        <div dir="ltr">Hello,
          <div>I don't understand the meaning of the following change:</div>
          <div><br>
          </div>
          <div><a moz-do-not-send="true"
href="http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/packages/fpmkunit/src/fpmkunit.pp?r1=24611&r2=24610&pathrev=24611&diff_format=l"
              target="_blank">http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/packages/fpmkunit/src/fpmkunit.pp?r1=24611&r2=24610&pathrev=24611&diff_format=l</a><br>
          </div>
          <div><br>
          </div>
          <div>I think that  Result:=D1=D2;  is not correct.</div>
          <div><br>
          </div>
          <div>Best regards.</div>
          <div><br>
          </div>
          <div>Sandro Cumerlato</div>
          <div><br>
          </div>
        </div>
      </div>
      <br>
    </blockquote>
    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.<br>
    <br>
    Result:=D1=D2;<br>
    If Result then<br>
      
Log(vlInfo,SInfoSourceNewerDest,[Src,DateTimeToStr(D1),Dest,DateTimeToStr(D2)]);<br>
    <br>
    Michel<br>
    <pre class="moz-signature" cols="256">-- 
For Linux Software visit
<a class="moz-txt-link-freetext" href="http://home.comcast.net/~mcatudal">http://home.comcast.net/~mcatudal</a>
</pre>
  </body>
</html>