mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
Update maxminddb.c
Quick and dirty patch to get rid of an error on linux. Untill i get the time to make some configuration headers.
This commit is contained in:
parent
c46f6e1747
commit
06ae8c503d
3
external/MaxmindDB/maxminddb.c
vendored
3
external/MaxmindDB/maxminddb.c
vendored
@ -1962,7 +1962,8 @@ LOCAL void free_descriptions_metadata(MMDB_s *mmdb)
|
||||
|
||||
const char *MMDB_lib_version(void)
|
||||
{
|
||||
return PACKAGE_VERSION;
|
||||
//return PACKAGE_VERSION;
|
||||
return "1.3.2"; // Quick and dirty patch
|
||||
}
|
||||
|
||||
int MMDB_dump_entry_data_list(FILE *const stream,
|
||||
|
Loading…
Reference in New Issue
Block a user