commit | 57f88e11d4c48f40a2e56625a54bdfed4aae601a | [log] [tgz] |
---|---|---|
author | Ebrahim Byagowi <ebrahim@gnu.org> | Wed Sep 04 01:20:50 2019 +0430 |
committer | Ebrahim Byagowi <ebrahim@gnu.org> | Wed Sep 04 02:04:09 2019 +0430 |
tree | e053d178fdca5c72679ab2d1157d5e547a92bd9b | |
parent | 65690b5a4bf1186a072e8e918c5e01464f918d46 [diff] [blame] |
[number] Turn hb_parse_float into hb_parse_double
diff --git a/src/hb-number.hh b/src/hb-number.hh index 561620d..14d1260 100644 --- a/src/hb-number.hh +++ b/src/hb-number.hh
@@ -35,7 +35,7 @@ bool whole_buffer = false, int base = 10); HB_INTERNAL bool -hb_parse_float (const char **pp, const char *end, float *pv, - bool whole_buffer = false); +hb_parse_double (const char **pp, const char *end, double *pv, + bool whole_buffer = false); #endif /* HB_NUMBER_HH */