mirror of https://gitlab.com/basile.b/dexed.git
fix, possible AV if str is empty
This commit is contained in:
parent
03a6d355e2
commit
e23faedaba
|
@ -968,6 +968,7 @@ var
|
|||
begin
|
||||
for str1 in fCustom do if str1 <> '' then
|
||||
begin
|
||||
if length(str) > 0 then
|
||||
if str1[1] = ';' then
|
||||
continue;
|
||||
if length(str1) > 1 then
|
||||
|
|
Loading…
Reference in New Issue