Fix for apache 2.4

This commit is contained in:
Laurent Destailleur 2016-07-08 00:20:26 +02:00
parent 964001bda2
commit f47fc3c6ba

View File

@ -613,7 +613,7 @@ begin
if FileExists(srcFile) then
begin
if not FileExists (destFile)
if not FileExists (destFile) then
begin
LoadStringFromFile (srcFile, srcContents);