Comparing version 1.2.1 to 1.2.2
@@ -338,3 +338,3 @@ var varint = require('varint') | ||
if(type1 === INT && type2 === DOUBLE) | ||
return buffer1.readIntLE(start1+len1) - buffer2.readDoubleLE(start2+len2) | ||
return buffer1.readIntLE32(start1+len1) - buffer2.readDoubleLE(start2+len2) | ||
@@ -341,0 +341,0 @@ if(type1 === DOUBLE && type1 === INT) |
{ | ||
"name": "bipf", | ||
"description": "binary in-place format", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"homepage": "https://github.com/dominictarr/binary", | ||
@@ -6,0 +6,0 @@ "repository": { |
31098