Skip to content

Commit

Permalink
fix "point" in indic floats
Browse files Browse the repository at this point in the history
  • Loading branch information
awbcmu committed Feb 9, 2021
1 parent 5d743cf commit e0a3d25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lang/cmu_indic_lang/indic_num_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ typedef struct cst_indic_num_table_struct {
const char *thousand;
const char *lakh;
const char *crore;
const char *point;
} indic_num_table;

#define num_table_digit(TABLE,I,J) ((*(TABLE->digit))[I][J])
Expand Down

0 comments on commit e0a3d25

Please sign in to comment.