Skip to content

Commit

Permalink
Numeric fields returned as text (brianc#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
anvuong committed Nov 24, 2019
1 parent 8dbd27c commit f436588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/binaryParsers.js
Expand Up @@ -123,7 +123,7 @@ var init = function (register) {
register(21, parseInt16)
register(23, parseInt32)
register(26, parseInt32)
register(1700, parseNumeric)
register(1700, parseFloat)
register(700, parseFloat32)
register(701, parseFloat64)
register(16, parseBool)
Expand Down

0 comments on commit f436588

Please sign in to comment.