diff -r c4ca0fc00c3b -r 9f09196d92a6 hedgewars/uUtils.pas --- a/hedgewars/uUtils.pas Fri Nov 28 14:58:33 2014 -0500 +++ b/hedgewars/uUtils.pas Sat Nov 29 01:19:29 2014 +0100 @@ -280,7 +280,7 @@ function DecodeBase64(s: shortstring): shortstring; const table = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'; -var i, t, c: Longword; +var i, t, c: LongInt; begin c:= 0; for i:= 1 to Length(s) do