Silence warning in prev commit

This commit is contained in:
Howard Chu 2012-10-11 16:47:56 -07:00
parent ebb6859ea5
commit f037dd2d19

View File

@ -3291,7 +3291,7 @@ mdb_env_copy(MDB_env *env, const char *path)
HANDLE newfd = INVALID_HANDLE_VALUE;
if (env->me_flags & MDB_NOSUBDIR) {
lpath = path;
lpath = (char *)path;
} else {
len = strlen(path);
len += sizeof(DATANAME);