From 9bfe66dc8021eb7cedad0044cd76d198841434d3 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 17:00:02 +0000 Subject: Missed one st_mtime. Author: doogie Date: 2002-11-22 18:02:08 GMT Missed one st_mtime. --- ftparchive/cachedb.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ftparchive/cachedb.cc') 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 -- cgit v1.2.3