--- 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