diff options
author | Michael Vogt <mvo@debian.org> | 2014-01-16 17:03:07 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-01-16 17:03:07 +0100 |
commit | a51fa92c521a6790446108a54ad1d9b6a16515ff (patch) | |
tree | 896238a9a6f4e6833704f736234cd17953b81407 /apt-pkg/sourcelist.cc | |
parent | 796a0eff1acebe858632c344e77bfc3189b2244f (diff) |
rename URL to Uri in deb822-sources
Diffstat (limited to 'apt-pkg/sourcelist.cc')
-rw-r--r-- | apt-pkg/sourcelist.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/sourcelist.cc b/apt-pkg/sourcelist.cc index ddebd206d..0cea8dc7f 100644 --- a/apt-pkg/sourcelist.cc +++ b/apt-pkg/sourcelist.cc @@ -78,7 +78,7 @@ bool pkgSourceList::Type::ParseStanza(vector<metaIndex *> &List, { map<string, string> Options; - string URI = Tags.FindS("URL"); + string URI = Tags.FindS("Uri"); if (!FixupURI(URI)) { _error->Error(_("Malformed stanza %u in source list %s (URI parse)"),i,Fd.Name().c_str()); |