hedgewars/uUtils.pas
changeset 10560 9f09196d92a6
parent 10505 03894bfb8bf3
child 10562 3388822b3914
--- 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