Author: doogie
Date: 2002-11-22 18:02:08 GMT
Missed one st_mtime.
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
// -*- 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
/* ######################################################################
CacheDB
{
// Optimize away some writes.
if (CurStat.Flags == OldStat.Flags &&
{
// Optimize away some writes.
if (CurStat.Flags == OldStat.Flags &&
- CurStat.mtime == OldStat.st_mtime)
+ CurStat.mtime == OldStat.mtime)
return true;
// Write the stat information
return true;
// Write the stat information