summaryrefslogtreecommitdiff
path: root/ftparchive/cachedb.cc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 17:00:02 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 17:00:02 +0000
commit9bfe66dc8021eb7cedad0044cd76d198841434d3 (patch)
tree9240bd850cfc666b655148eec3d0a5787b04b878 /ftparchive/cachedb.cc
parentf7dd079fa28e81d022cd3f502c493dbb1bf15eab (diff)
Missed one st_mtime.
Author: doogie Date: 2002-11-22 18:02:08 GMT Missed one st_mtime.
Diffstat (limited to 'ftparchive/cachedb.cc')
-rw-r--r--ftparchive/cachedb.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftparchive/cachedb.cc b/ftparchive/cachedb.cc
index 450a8a47c..b25d61d3b 100644
--- a/ftparchive/cachedb.cc
+++ b/ftparchive/cachedb.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: cachedb.cc,v 1.4 2002/11/22 07:19:51 doogie Exp $
+// $Id: cachedb.cc,v 1.5 2002/11/22 18:02:08 doogie Exp $
/* ######################################################################
CacheDB
@@ -225,7 +225,7 @@ bool CacheDB::Finish()
{
// Optimize away some writes.
if (CurStat.Flags == OldStat.Flags &&
- CurStat.mtime == OldStat.st_mtime)
+ CurStat.mtime == OldStat.mtime)
return true;
// Write the stat information