projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
adapt to the new CacheSetHelper API
[apt.git]
/
apt-pkg
/
aptconfiguration.cc
diff --git
a/apt-pkg/aptconfiguration.cc
b/apt-pkg/aptconfiguration.cc
index 9982759c634d7cda87fc16df3d1e803925395114..94b6bc2468b8b5ef0e045dd4df7221afc58589fd 100644
(file)
--- a/
apt-pkg/aptconfiguration.cc
+++ b/
apt-pkg/aptconfiguration.cc
@@
-540,7
+540,7
@@
std::string const Configuration::getBuildProfilesString() {
return "";
std::vector<std::string>::const_iterator p = profiles.begin();
std::string list = *p;
- for (; p != profiles.end(); ++p)
+ for (
++p
; p != profiles.end(); ++p)
list.append(",").append(*p);
return list;
}