From da8bb1eb2459dd1ea2f0ec2d4b09e99c74ca2e24 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 20 Mar 2015 03:35:44 +0100 Subject: [PATCH] fix, typo --- src/ce_dmdwrap.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ce_dmdwrap.pas b/src/ce_dmdwrap.pas index e864e4e2..66edc48c 100644 --- a/src/ce_dmdwrap.pas +++ b/src/ce_dmdwrap.pas @@ -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