fix, typo

This commit is contained in:
Basile Burg 2015-03-20 03:35:44 +01:00
parent e23faedaba
commit da8bb1eb24
1 changed files with 1 additions and 1 deletions

View File

@ -968,7 +968,7 @@ var
begin
for str1 in fCustom do if str1 <> '' then
begin
if length(str) > 0 then
if length(str1) > 0 then
if str1[1] = ';' then
continue;
if length(str1) > 1 then