mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:09:25 +02:00
* fixed uninitialzied local
This commit is contained in:
parent
2c9893f84a
commit
e7b4c63e99
@ -407,6 +407,7 @@ var tty:string;
|
||||
label err;
|
||||
|
||||
begin
|
||||
tty:='';
|
||||
options.consolename:='';
|
||||
|
||||
{ gpm_report(GPM_PR_DEBUG,"VC: %d",flag);}
|
||||
@ -953,7 +954,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.10 2004-07-09 23:10:14 peter
|
||||
Revision 1.11 2004-11-02 09:37:35 peter
|
||||
* fixed uninitialzied local
|
||||
|
||||
Revision 1.10 2004/07/09 23:10:14 peter
|
||||
* fixed range check errors
|
||||
|
||||
Revision 1.9 2004/07/09 22:40:02 daniel
|
||||
|
Loading…
Reference in New Issue
Block a user