Bug #1524

Parser: Auto type detection problem

Added by Zbigniew Rebacz almost 8 years ago.

Status:NewStart date:09/14/2016
Priority:NormalDue date:
Assignee:Miroslav Fidler% Done:

0%

Category:IDESpent time:-
Target version:-

Description


for(const auto& file : pack.file)
            if(!file.separator && (ToUpper(packname).Find(maskValue) >= 0 || ToUpper(file).Find(maskValue) >= 0))
                list.Add(file, packname);

In above exaple "file" is not detected correctly.

Also available in: Atom PDF