projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
"support" unsigned Release files without hashes again
[apt.git]
/
apt-pkg
/
deb
/
dpkgpm.cc
diff --git
a/apt-pkg/deb/dpkgpm.cc
b/apt-pkg/deb/dpkgpm.cc
index d253808f291bc2c1f91b965efdcc6e1ba9d5777a..7355af9d507246205f202ff65bc3195b860ee1b0 100644
(file)
--- a/
apt-pkg/deb/dpkgpm.cc
+++ b/
apt-pkg/deb/dpkgpm.cc
@@
-126,7
+126,7
@@
namespace
const char *target;
public:
- MatchProcessingOp(const char *the_target)
+
explicit
MatchProcessingOp(const char *the_target)
: target(the_target)
{
}