Просмотр исходного кода

* fix for typo in constant name plus added explanation

git-svn-id: trunk@28886 -
Tomas Hajny 10 лет назад
Родитель
Сommit
f55e4400b3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      rtl/os2/doscalls.pas

+ 1 - 1
rtl/os2/doscalls.pas

@@ -1011,7 +1011,7 @@ function DosMove(const OldFile,NewFile:string):cardinal;
 
 const   dcExisting=1;           {Overwrite existing files.}
         dcAppend=2;             {Append to existing file.}
-        dcFailAs=4;             {?? Info wanted!}
+        dcFailEAs=4;            {Discard EAs if not supported by target FS}
 
 {Copy a file.
  OldFile    = source file