kuno / GeoIP

GeoIP binding for nodejs(>=0.10) and iojs
GNU Lesser General Public License v2.1
414 stars 129 forks source link

Fixes #60. Changes type of country baton's ipnum #65

Closed pwlmaciejewski closed 11 years ago

pwlmaciejewski commented 11 years ago

Previous type of country_baton_t::ipnum was int It was overflowing causing Country::lookupSync to return error. It has been changed to int32_t.

kuno commented 11 years ago

Hugh thanks !!!

kuno commented 11 years ago

@fragphace

I would like put you name in the contributors list, May i have you email?

pwlmaciejewski commented 11 years ago

@kuno Thanks, that was a quick response! My email: fragphace@gmail.com