Sfoglia il codice sorgente

- reverted r9776 (see comments to #10433)

git-svn-id: trunk@10261 -
Jonas Maebe 17 anni fa
parent
commit
839edb58a1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;