Explorar o código

* fixed comparing ppu time with source time (bug 10443)

git-svn-id: trunk@9776 -
Vincent Snijders %!s(int64=17) %!d(string=hai) anos
pai
achega
9de3695061
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/fppu.pas

+ 1 - 1
compiler/fppu.pas

@@ -765,7 +765,7 @@ uses
                     main_dir:=ExtractFilePath(hs);
                   temp:=' time '+filetimestring(source_time);
                   if (orgfiletime<>-1) and
-                     (source_time<>orgfiletime) then
+                     (source_time>orgfiletime) then
                     begin
                       do_compile:=true;
                       recompile_reason:=rr_sourcenewer;