You've already forked lazarus-ccr
onguard: Fix compilation with at least Laz 1.4.4 / FPC 2.6.4
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8736 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -129,8 +129,7 @@ begin
|
||||
end;
|
||||
|
||||
{Check that Release Code was entered correctly}
|
||||
TC := Default(TCode);
|
||||
HexToBuffer(SNEntryDlg.CodeText.Text, TC, SizeOf(TCode));
|
||||
HexToBuffer(SNEntryDlg.CodeText.Text, TC{%H-}, SizeOf(TCode));
|
||||
if not (IsSerialNumberCodeValid(CKey, TC)) then begin
|
||||
S := 'Release code not entered correctly';
|
||||
Result := mrCancel;
|
||||
|
Reference in New Issue
Block a user