(svn r25314) -Fix (r25313): If '0' is the broadest digit, 0 * sum(10^i, i=0..(n-1...
commit81e810a4f5ca00ccb6a3b7b349b7d5786fa0c110
authorfrosch <frosch@openttd.org>
Sat, 1 Jun 2013 15:10:32 +0000 (1 15:10 +0000)
committerfrosch <frosch@openttd.org>
Sat, 1 Jun 2013 15:10:32 +0000 (1 15:10 +0000)
tree78836a3dc158844b9061ded777544aa2237032df
parentddf817e8f300f9ec4649ae27800e3953345a3d52
(svn r25314) -Fix (r25313): If '0' is the broadest digit, 0 * sum(10^i, i=0..(n-1)) is not the broadest n-digit number.
-Fix [FS#5562]: Proper size-estimation for numbers with n digits.
src/gfx.cpp
src/gfx_func.h
src/strings.cpp