prevented a superfluous update when loading a project

This commit is contained in:
Basile Burg 2015-01-25 15:35:01 +01:00
parent d9aced0359
commit b51519fd86
1 changed files with 1 additions and 2 deletions

View File

@ -449,7 +449,6 @@ var
// //
begin begin
patchPlateformPaths(fSrcs); patchPlateformPaths(fSrcs);
doChanged;
fModified := false; fModified := false;
hasPatched := false; hasPatched := false;
// //
@ -463,9 +462,9 @@ begin
'paths or file may still exist (-of, -od, extraSources, etc)' + 'paths or file may still exist (-of, -od, extraSources, etc)' +
'but cannot be automatically handled. Note that the modifications have not been saved.'); 'but cannot be automatically handled. Note that the modifications have not been saved.');
end; end;
endUpdate;
// //
updateOutFilename; updateOutFilename;
endUpdate;
if not hasPatched then fModified := false; if not hasPatched then fModified := false;
end; end;