projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add changelog
[apt.git]
/
methods
/
mirror.cc
diff --git
a/methods/mirror.cc
b/methods/mirror.cc
index eb6d974256eea0ecb93c745c5d0c097165786f4b..d6c5ba955fe3becdd2f555a55e50a5ae7233d776 100644
(file)
--- a/
methods/mirror.cc
+++ b/
methods/mirror.cc
@@
-150,7
+150,7
@@
bool MirrorMethod::DownloadMirrorFile(string mirror_uri_str)
for (std::vector<std::string>::const_iterator I = vec.begin();
I != vec.end(); ++I)
if (I == vec.begin())
- fetch += "?arch" + (*I);
+ fetch += "?arch
=
" + (*I);
else
fetch += "&arch=" + (*I);