mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-30 13:21:41 +01:00
turbopower_ipro: clean up
git-svn-id: trunk@40247 -
This commit is contained in:
parent
4d6489da76
commit
db946751c9
@ -997,7 +997,7 @@ begin
|
|||||||
Randomize;
|
Randomize;
|
||||||
Result := '_NextPart_' + IntToHex(Trunc(Temp), 8) + '-' +
|
Result := '_NextPart_' + IntToHex(Trunc(Temp), 8) + '-' +
|
||||||
IntToHex(Trunc(Frac(Temp) * 10000), 8) + '-' +
|
IntToHex(Trunc(Frac(Temp) * 10000), 8) + '-' +
|
||||||
IntToHex(GetTickCount, 8) + '-' + IntToHex(Random($FFFF), 4);
|
IntToHex(GetTickCount64, 8) + '-' + IntToHex(Random($FFFF), 4);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ 16-bit CRC of stream between starting and ending offset }
|
{ 16-bit CRC of stream between starting and ending offset }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user