Browse Source

UPD: Use TWfxFileTime

Alexander Koblov 2 years ago
parent
commit
3e12228de9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/filesources/wfxplugin/uwfxpluginsetfilepropertyoperation.pas

+ 1 - 1
src/filesources/wfxplugin/uwfxpluginsetfilepropertyoperation.pas

@@ -139,8 +139,8 @@ function TWfxPluginSetFilePropertyOperation.SetNewProperty(aFile: TFile;
                                                            aTemplateProperty: TFileProperty): TSetFilePropertyResult;
 var
   AFileName: String;
+  ftTime: TWfxFileTime;
   NewAttributes: TFileAttrs;
-  ftTime: TFileTime;
 begin
   Result := sfprSuccess;