>=59 instead of >=58

This commit is contained in:
PSposito 2020-02-19 18:09:25 +02:00
parent dc1373f2e8
commit c14c1d526e
No known key found for this signature in database
GPG Key ID: 92E2BB27E8617EFC
1 changed files with 2 additions and 2 deletions

View File

@ -360,7 +360,7 @@ begin
VideoCardsCountNumber := 1;
end;
if (AstringList.Count >= 58) then
if (AstringList.Count >= 59) then
RebootNeededFlag := true;
//write('VideoCardsCountNumber = ');
@ -1018,7 +1018,7 @@ begin
if RebootNeededFlag = true then
begin
RebootNeededDialog;
RebootNeededFlag := false;
//RebootNeededFlag := false;
end;
// VideoCardsCountNumber = 0 & V4L2Val = -1 -> CamStatus = 0 -> Camera is off