Missed one st_mtime.
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:00:02 +0000 (17:00 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:00:02 +0000 (17:00 +0000)
Author: doogie
Date: 2002-11-22 18:02:08 GMT
Missed one st_mtime.

ftparchive/cachedb.cc

index 450a8a4..b25d61d 100644 (file)
@@ -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