From f55e4400b3a2570a550da0f766d1b0b1101d63b0 Mon Sep 17 00:00:00 2001 From: Tomas Hajny Date: Mon, 20 Oct 2014 18:47:10 +0000 Subject: [PATCH] * fix for typo in constant name plus added explanation git-svn-id: trunk@28886 - --- rtl/os2/doscalls.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/os2/doscalls.pas b/rtl/os2/doscalls.pas index 0088c20e9c..d0ee12d0b2 100644 --- a/rtl/os2/doscalls.pas +++ b/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