# HG changeset patch # User sheepluva # Date 1391531072 -3600 # Node ID dd6541ba745eba36a7cb7c8dc320a48e2ddcd960 # Parent 4020864e3d79892cada949d164c226ba9e12ebde whoops, lost a space diff -r 4020864e3d79 -r dd6541ba745e hedgewars/uRenderUtils.pas --- a/hedgewars/uRenderUtils.pas Tue Feb 04 17:18:05 2014 +0100 +++ b/hedgewars/uRenderUtils.pas Tue Feb 04 17:24:32 2014 +0100 @@ -283,7 +283,7 @@ var w, h: LongInt; finalSurface: PSDL_Surface; begin - if s[0] = #0 then s:= Str2PChar(''); // conversion because pas2c ain't smart enough yet; + if s[0] = #0 then s:= Str2PChar(' '); // conversion because pas2c ain't smart enough yet; font:= CheckCJKFont(s, font); w:= 0; h:= 0; // avoid compiler hints TTF_SizeUTF8(Fontz[font].Handle, s, @w, @h);