mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 08:51:10 +02:00
* some typo corrected !
This commit is contained in:
parent
a05ba0f12a
commit
26e15a2e1d
@ -1029,7 +1029,7 @@ begin
|
|||||||
begin
|
begin
|
||||||
Increase_file_handle_count:=false;
|
Increase_file_handle_count:=false;
|
||||||
Dec (FileHandleCount, 10);
|
Dec (FileHandleCount, 10);
|
||||||
end;
|
end
|
||||||
else
|
else
|
||||||
Increase_file_handle_count:=true;
|
Increase_file_handle_count:=true;
|
||||||
end;
|
end;
|
||||||
@ -1417,7 +1417,10 @@ Begin
|
|||||||
End.
|
End.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.39 2000-06-04 14:14:10 hajny
|
Revision 1.40 2000-06-05 06:20:44 pierre
|
||||||
|
* some typo corrected !
|
||||||
|
|
||||||
|
Revision 1.39 2000/06/04 14:14:10 hajny
|
||||||
* FileHandleCount decreased upon unsuccessful increase attempt
|
* FileHandleCount decreased upon unsuccessful increase attempt
|
||||||
|
|
||||||
Revision 1.38 2000/05/18 07:18:28 pierre
|
Revision 1.38 2000/05/18 07:18:28 pierre
|
||||||
|
Loading…
Reference in New Issue
Block a user