Changeset 289:af1fd90881e9
- Timestamp:
- 06/30/2008 05:35:28 PM (4 years ago)
- Author:
- Dmitry Nezhevenko <dion@…>
- Branch:
- default
- Message:
-
Fix version matcher bugs
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r288
|
r289
|
|
| 1317 | 1317 | !item->matcherType()!=matcher) |
| 1318 | 1318 | { |
| 1319 | | if (matcher=AListItem::MatcherVersion) |
| | 1319 | if (matcher==AListItem::MatcherVersion) |
| 1320 | 1320 | { |
| 1321 | 1321 | if (!(item->matcherType()==AListItem::MatcherVersionName |
| 1322 | 1322 | || item->matcherType()==AListItem::MatcherVersionClient |
| 1323 | | || item->matcherType()==AListItem::MatcherVersionOs)) |
| | 1323 | || item->matcherType()==AListItem::MatcherVersionOs |
| | 1324 | || item->matcherType()==AListItem::MatcherVersion)) |
| 1324 | 1325 | continue; |
| 1325 | 1326 | } |