1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

make the IM compile on Windows

This commit is contained in:
reggie@fedora.(none)
2005-11-02 09:30:01 -06:00
parent e3ff45d61e
commit 52eb44b042
4 changed files with 7 additions and 6 deletions

View File

@ -334,7 +334,7 @@ int Instance_options::complete_initialization(const char *default_path,
uint instance_type)
{
const char *tmp;
char* end;
char *end;
if (!mysqld_path && !(mysqld_path= strdup_root(&alloc, default_path)))
goto err;