changeset 10080 | ac51bcb534ef |
parent 10015 | 4feced261c68 |
child 10108 | c68cf030eded |
--- a/hedgewars/uInputHandler.pas Mon Jan 27 01:07:12 2014 +0400 +++ b/hedgewars/uInputHandler.pas Mon Jan 27 22:34:06 2014 +0400 @@ -506,7 +506,7 @@ if l <> 'default' then begin if (length(l) = 2) and (l[1] = '\') then - l:= l[1] + l:= l[1] + '' else if (l[1] = '"') and (l[length(l)] = '"') then l:= copy(l, 2, length(l) - 2);