summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcachegen.cc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:53:56 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:53:56 +0000
commitf78439bfef02317c4d9d8138af7bdfb3b73fcec2 (patch)
tree92cde98debc5f53c9190a3c0e8e83c97f12164a0 /apt-pkg/pkgcachegen.cc
parentb5dc97853ed1884269aa92a98f9f1e37d5591a14 (diff)
Changed CRC algorithm
Author: jgg Date: 1999-06-04 05:54:20 GMT Changed CRC algorithm
Diffstat (limited to 'apt-pkg/pkgcachegen.cc')
-rw-r--r--apt-pkg/pkgcachegen.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/pkgcachegen.cc b/apt-pkg/pkgcachegen.cc
index 11d539dff..804c59a48 100644
--- a/apt-pkg/pkgcachegen.cc
+++ b/apt-pkg/pkgcachegen.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: pkgcachegen.cc,v 1.38 1999/05/23 22:55:54 jgg Exp $
+// $Id: pkgcachegen.cc,v 1.39 1999/06/04 05:54:20 jgg Exp $
/* ######################################################################
Package Cache Generator - Generator for the cache structure.
@@ -116,7 +116,7 @@ bool pkgCacheGenerator::MergeList(ListParser &List)
{
if (List.UsePackage(Pkg,Ver) == false)
return _error->Error("Error occured while processing %s (UsePackage2)",PackageName.c_str());
-
+
if (NewFileVer(Ver,List) == false)
return _error->Error("Error occured while processing %s (NewFileVer1)",PackageName.c_str());