Skip to content
Snippets Groups Projects
Commit 9aea39536519 authored by Bjorn Reese's avatar Bjorn Reese
Browse files

Fixed decimal-point error

parent f7349cdc455a
No related branches found
No related tags found
No related merge requests found
......@@ -246,6 +246,7 @@
}
decimal_point = (the_format[i] == self->decimalPoint[0]) ? TRUE : FALSE;
if (decimal_point) {
i++;
for ( ; i < length; i++) {
if (the_format[i] == self->digit[0]) {
fraction_digits++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment