mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Crash at the start with debug build
This commit is contained in:
parent
de1b4d1042
commit
f333a88e0e
1 changed files with 2 additions and 2 deletions
|
|
@ -932,7 +932,7 @@ begin
|
|||
end;
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
{$PUSH}{$O-}{$R-}
|
||||
{$PUSH}{$Q-}{$R-}
|
||||
function GetHash(c: PUTF8Char; len: nativeint): cardinal;
|
||||
var
|
||||
i: integer;
|
||||
|
|
@ -961,7 +961,7 @@ begin
|
|||
end;
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
{$PUSH}{$O-}{$R-}
|
||||
{$PUSH}{$Q-}{$R-}
|
||||
function GetHashCaseSensitive(name: PUTF8Char; nameLen: integer): cardinal;
|
||||
var
|
||||
i: integer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue