mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Bug [0001178] Revision 6273 won't build
This commit is contained in:
parent
71f20222b6
commit
e4fcc38cc8
1 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ type
|
|||
|
||||
TOnGetArchiveItem = procedure(ArchiveItem: TArchiveItem) of object;
|
||||
TGetFileAttr = function(sAttr: String): TFileAttrs;
|
||||
TGetFileName = function(const Str: String): UTF8String;
|
||||
TGetFileName = function(const Str: String): String;
|
||||
|
||||
TKeyPos = record
|
||||
Index,
|
||||
|
|
@ -88,7 +88,7 @@ uses
|
|||
LCLProc, FileUtil, StrUtils, DCClassesUtf8, uDCUtils, DCOSUtils, uOSUtils,
|
||||
DCDateTimeUtils, uDebug, uShowMsg, uLng, DCFileAttributes;
|
||||
|
||||
function GetUnixFileName(const Str: String): UTF8String;
|
||||
function GetUnixFileName(const Str: String): String;
|
||||
var
|
||||
I: Integer;
|
||||
begin
|
||||
|
|
@ -97,7 +97,7 @@ begin
|
|||
if Result[I] = '/' then Result[I]:= PathDelim;
|
||||
end;
|
||||
|
||||
function GetWinFileName(const Str: String): UTF8String;
|
||||
function GetWinFileName(const Str: String): String;
|
||||
var
|
||||
I: Integer;
|
||||
begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue