mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-02-26 13:52:42 +08:00
Clean up for 0.6 release and some bug fixes
This commit is contained in:
@@ -183,7 +183,7 @@ void mdb_iconv_init(MdbHandle *mdb)
|
||||
const char *iconv_code;
|
||||
|
||||
/* check environment variable */
|
||||
if (!(iconv_code=getenv("MDB_ICONV"))) {
|
||||
if (!(iconv_code=getenv("MDBICONV"))) {
|
||||
iconv_code="UTF-8";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user