diff --git a/components/turbopower_ipro/ipcss.inc b/components/turbopower_ipro/ipcss.inc index 629a214626..9d3c30c047 100644 --- a/components/turbopower_ipro/ipcss.inc +++ b/components/turbopower_ipro/ipcss.inc @@ -169,7 +169,7 @@ begin Result := -1; if S = '' then Exit; - S := UpperCase(S); + S := UpperCase(Trim(S)); if S[1] = '#' then if length(S) <> 7 then exit