win: installer, fix typo issue #0027331

git-svn-id: trunk@47434 -
This commit is contained in:
martin 2015-01-20 11:21:46 +00:00
parent a0ce649f8c
commit 171eed83db

View File

@ -47,7 +47,7 @@ begin
s := copy(s, 2, length(s)-2)
else
if (s[1] = '''') and (s[length(s)] = '''') then
s := copy(s, 2, length(s)-2)
s := copy(s, 2, length(s)-2);
if s = '' then
exit;