1
0
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:
Sandu Liviu Catalin 2019-08-17 16:04:39 +03:00
parent c46f6e1747
commit 06ae8c503d

View File

@ -1962,7 +1962,8 @@ LOCAL void free_descriptions_metadata(MMDB_s *mmdb)
const char *MMDB_lib_version(void) 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, int MMDB_dump_entry_data_list(FILE *const stream,