Bug #1524
Parser: Auto type detection problem
Status: | New | Start date: | 09/14/2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 0% | |
Category: | IDE | Spent 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.