mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 00:30:34 +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}
|
||||
uses
|
||||
stopuhr,md5;
|
||||
timer,md5;
|
||||
|
||||
|
||||
const
|
||||
@ -23,4 +23,5 @@ begin
|
||||
for j:=low(Strings) to high(Strings) do
|
||||
MDString(Strings[j],MD_VERSION_5);
|
||||
stop;
|
||||
writeln;
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user