mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 17:06:04 +02:00
+ fixed log entry
This commit is contained in:
parent
cc088084ff
commit
837c59bd09
@ -19,11 +19,11 @@ begin
|
|||||||
if P[i]<>i Then
|
if P[i]<>i Then
|
||||||
Writeln ('Oh-oh, ',i,'th index differs.');
|
Writeln ('Oh-oh, ',i,'th index differs.');
|
||||||
FreeMem(P);
|
FreeMem(P);
|
||||||
end. $Log$
|
|
||||||
end. Revision 1.2 2002-09-07 15:42:54 peter
|
|
||||||
end. * old logs removed and tabs fixed
|
|
||||||
end.
|
|
||||||
end. Revision 1.1 2002/01/29 17:54:59 peter
|
|
||||||
end. * splitted to base and extra
|
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
{
|
||||||
|
$Log$
|
||||||
|
Revision 1.3 2002-09-08 15:44:40 michael
|
||||||
|
+ fixed log entry
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user