pcolby / bipolar

Free your data from Polar FlowSync
GNU General Public License v3.0
115 stars 16 forks source link

Small error in fixnum.cpp #21

Closed profanum429 closed 10 years ago

profanum429 commented 10 years ago

fixnum.cpp:54 has a small error in the 'sizeof(type == 8)))'. I believe it should be sizeof(Type)

pcolby commented 10 years ago

Good pickup! Thanks :smiley: