mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 01:09:27 +02:00
* initialize cfg and data with 0 at startup
This commit is contained in:
parent
b2661d12be
commit
db6c75f849
@ -549,6 +549,9 @@ begin
|
||||
getdir(0,startpath);
|
||||
successfull:=false;
|
||||
|
||||
fillchar(cfg, SizeOf(cfg), 0);
|
||||
fillchar(data, SizeOf(data), 0);
|
||||
|
||||
readcfg(cfgfile);
|
||||
|
||||
installapp.init;
|
||||
@ -565,7 +568,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.7 1998-09-16 16:46:37 peter
|
||||
Revision 1.8 1998-09-22 21:10:31 jonas
|
||||
* initialize cfg and data with 0 at startup
|
||||
|
||||
Revision 1.7 1998/09/16 16:46:37 peter
|
||||
+ updates
|
||||
|
||||
Revision 1.6 1998/09/15 13:11:14 pierre
|
||||
|
Loading…
Reference in New Issue
Block a user