turbopower_ipro: clean up

git-svn-id: trunk@40247 -
This commit is contained in:
mattias 2013-02-10 13:22:08 +00:00
parent 4d6489da76
commit db946751c9

View File

@ -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 }