summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-12-20 10:59:13 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-12-20 10:59:13 +0100
commit098d7904ec731c4b3d7e87c7bdb39c9e53a43c8d (patch)
tree2042053cc5502632d442ace87117db9adae0dab2 /apt-pkg/deb
parent9011a330ef082b298fc09f0bc8e936431b529ef3 (diff)
parent4cc152f93acf2eaf3ae66424cd4aaf47cad14a7b (diff)
* merged from apt--mvo
Diffstat (limited to 'apt-pkg/deb')
-rw-r--r--apt-pkg/deb/debrecords.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/deb/debrecords.cc b/apt-pkg/deb/debrecords.cc
index 518988bb6..5eb2d67bb 100644
--- a/apt-pkg/deb/debrecords.cc
+++ b/apt-pkg/deb/debrecords.cc
@@ -67,7 +67,7 @@ string debRecordParser::MD5Hash()
/* */
string debRecordParser::SHA1Hash()
{
- return Section.FindS("SHA1Sum");
+ return Section.FindS("SHA1");
}
/*}}}*/
// RecordParser::Maintainer - Return the maintainer email /*{{{*/