Jump to content
Kyle_Katarn31

Bug in OverbyteIcsFileCopy (D7)

Recommended Posts

OverbyteIcsFileCopy.pas

Line 1583 and 1584 :    

    IgnorePathList.Delimiter, '"' + IgnorePathList.Delimiter + '"', [rfReplaceAll]) + '"';  { V8.63 for D7 }
    IgnorePathList.DelimitedText := '"' + StringReplace(AnsiLowerCase(FIgnorePaths),

 

does not compile (obviously wrong) with Delphi 7

Edited by Kyle_Katarn31

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×