소스 검색

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