mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:29:28 +02:00
* fixed comparing ppu time with source time (bug 10443)
git-svn-id: trunk@9776 -
This commit is contained in:
parent
41cce2fe42
commit
9de3695061
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user