浏览代码

Correcting field name

(cherry picked from commit 68407c8117ebcd2f130482cece80944a2beddce2)

Source commit: 3c15a57ff30633c1dfa9f7dfe0ad4b1d170f4928
Martin Prikryl 5 年之前
父节点
当前提交
75242f9bec
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/core/Common.cpp

+ 1 - 1
source/core/Common.cpp

@@ -1401,7 +1401,7 @@ bool __fastcall IsHex(wchar_t Ch)
 TSearchRecSmart::TSearchRecSmart()
 {
   FLastWriteTimeSource.dwLowDateTime = 0;
-  FLastWriteTimeSource.dwLowDateTime = 0;
+  FLastWriteTimeSource.dwHighDateTime = 0;
 }
 //---------------------------------------------------------------------------
 TDateTime TSearchRecSmart::GetLastWriteTime() const