summaryrefslogtreecommitdiffstats
path: root/base/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'base/third_party')
-rw-r--r--base/third_party/dmg_fp/dtoa.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/third_party/dmg_fp/dtoa.cc b/base/third_party/dmg_fp/dtoa.cc
index ad71fb6..3f7e794 100644
--- a/base/third_party/dmg_fp/dtoa.cc
+++ b/base/third_party/dmg_fp/dtoa.cc
@@ -1559,7 +1559,7 @@ hexnan
CONST char *s;
int c1, havedig, udx0, xshift;
- if (!hexdig[(int)'0'])
+ if (!hexdig['0'])
hexdig_init();
x[0] = x[1] = 0;
havedig = xshift = 0;