| # | Line 253 | Line 253 | var | |
|---|---|---|
| 253 | ||
| 254 | begin | |
| 255 | list := TStringList.Create; | |
| 256 | + | list.CaseSensitive := True; |
| 257 | list.Sorted := True; | |
| 258 | for i := 0 to GetFileCount - 1 do | |
| 259 | begin | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |