mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 11:29:20 +02:00
* fixed timer unit name
git-svn-id: trunk@11476 -
This commit is contained in:
parent
daedb7d82e
commit
0a6887a874
@ -1,6 +1,6 @@
|
|||||||
{$mode objfpc}
|
{$mode objfpc}
|
||||||
uses
|
uses
|
||||||
stopuhr,md5;
|
timer,md5;
|
||||||
|
|
||||||
|
|
||||||
const
|
const
|
||||||
@ -23,4 +23,5 @@ begin
|
|||||||
for j:=low(Strings) to high(Strings) do
|
for j:=low(Strings) to high(Strings) do
|
||||||
MDString(Strings[j],MD_VERSION_5);
|
MDString(Strings[j],MD_VERSION_5);
|
||||||
stop;
|
stop;
|
||||||
|
writeln;
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user