diff options
author | Michael Vogt <mvo@ubuntu.com> | 2015-07-20 15:48:25 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2015-07-20 16:16:23 +0200 |
commit | d88b70b8e73e9bee5d72a69539b4b9be7ba34814 (patch) | |
tree | 0c304a923278ae4b9d7b491e052f373e8485dfca /apt-pkg/cacheset.cc | |
parent | e2a150595d74796996b62565015ca6f5561f118d (diff) |
fix build errors
Diffstat (limited to 'apt-pkg/cacheset.cc')
-rw-r--r-- | apt-pkg/cacheset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/cacheset.cc b/apt-pkg/cacheset.cc index 2ed6a96da..74837dcb9 100644 --- a/apt-pkg/cacheset.cc +++ b/apt-pkg/cacheset.cc @@ -321,7 +321,7 @@ bool PackageContainerInterface::FromString(PackageContainerInterface * const pci if (FromGroup(pci, Cache, str, helper) == false && FromTask(pci, Cache, str, helper) == false && #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR >= 13) - FromFnmatch(pci, Cache, str, helper) == false) + FromFnmatch(pci, Cache, str, helper) == false && #endif FromRegEx(pci, Cache, str, helper) == false) { |