diff -r e0d7d499c851 -r 9bbb29d2bd68 hedgewars/uIO.pas --- a/hedgewars/uIO.pas Thu Dec 11 22:22:40 2014 +0100 +++ b/hedgewars/uIO.pas Thu Dec 11 21:32:24 2014 -0500 @@ -222,7 +222,7 @@ repeat BlockRead(f, s[1], 255 - Length(ss), i); if i > 0 then - begin + begin s[0]:= char(i); ss:= ss + s; while (Length(ss) > 1)and(Length(ss) > byte(ss[1])) do