diff --git a/src/index/beaglequeue.cpp b/src/index/beaglequeue.cpp index 9d0faf56..afeadbc5 100644 --- a/src/index/beaglequeue.cpp +++ b/src/index/beaglequeue.cpp @@ -455,6 +455,7 @@ BeagleQueueIndexer::processone(const string &path, if (doc.fmtime.empty()) doc.fmtime = ascdate; + dotdoc.fmtime = doc.fmtime; char cbuf[100]; sprintf(cbuf, "%lld", (long long)stp->st_size);