mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Windows CE 5.1 FTP-server conflict with BullGCOS7
This commit is contained in:
parent
6624b79147
commit
d319865a8d
1 changed files with 3 additions and 3 deletions
|
|
@ -441,9 +441,9 @@ begin
|
|||
ConvertFromUtf8:= @UTF8ToKOI8;
|
||||
end;
|
||||
|
||||
// Windows CE 5.1
|
||||
FFtpList.Masks.Add('MM DD YY hh mm !S* n*');
|
||||
FFtpList.Masks.Add('MM DD YY hh mm $ d!n*');
|
||||
// Windows CE 5.1 (insert before BullGCOS7)
|
||||
FFtpList.Masks.Insert(35, 'MM DD YY hh mm !S* n*');
|
||||
FFtpList.Masks.Insert(36, 'MM DD YY hh mm $ d!n*');
|
||||
end;
|
||||
|
||||
function TFTPSendEx.Login: Boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue