fix, UB in feature #29 due to uninitialized bool

This commit is contained in:
Basile Burg 2015-09-21 02:57:05 +02:00
parent 6ff2371ea2
commit f897fdf802
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ var
idx: integer; idx: integer;
prj: TCEDubProject; prj: TCEDubProject;
cdy: string; cdy: string;
upd: boolean; upd: boolean = false;
begin begin
if not InputQuery('DUB library import', 'please enter the name of the package', if not InputQuery('DUB library import', 'please enter the name of the package',
nme) then exit; nme) then exit;