Changeset 194

Show
Ignore:
Timestamp:
08/29/07 17:46:04 (1 year ago)
Author:
gbooker
Message:

Compare equality on modification time instead of > just in case

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/SapphireFileDataImporter.m

    r190 r194  
    107107                long modTime = sb.st_mtimespec.tv_sec; 
    108108                long oldTime = [metaData importedTimeFromSource:META_XML_IMPORT_KEY]; 
    109                 if(oldTime < modTime) 
     109                if(oldTime != modTime) 
    110110                { 
    111111                        /*Import the XML file and update counts*/