mirror of
https://github.com/StephenGenusa/DCPCrypt.git
synced 2025-08-24 21:48:59 +02:00
Removed unused variable in EncryptString
This commit is contained in:
@@ -629,8 +629,8 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
function TDCP_cipher.EncryptString(const Str: RawByteString): RawByteString;
|
function TDCP_cipher.EncryptString(const Str: RawByteString): RawByteString;
|
||||||
var
|
//var
|
||||||
lLength : integer;
|
// lLength : integer;
|
||||||
begin
|
begin
|
||||||
{$IFDEF NEXTGEN}
|
{$IFDEF NEXTGEN}
|
||||||
Result.SetLength(AnsiLength(Str));
|
Result.SetLength(AnsiLength(Str));
|
||||||
|
Reference in New Issue
Block a user