mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-20 23:01:37 +02: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;
|
||||
Result := '_NextPart_' + IntToHex(Trunc(Temp), 8) + '-' +
|
||||
IntToHex(Trunc(Frac(Temp) * 10000), 8) + '-' +
|
||||
IntToHex(GetTickCount, 8) + '-' + IntToHex(Random($FFFF), 4);
|
||||
IntToHex(GetTickCount64, 8) + '-' + IntToHex(Random($FFFF), 4);
|
||||
end;
|
||||
|
||||
{ 16-bit CRC of stream between starting and ending offset }
|
||||
|
Loading…
Reference in New Issue
Block a user