Commit 7da2f133 authored by unknown's avatar unknown Committed by mysqldev

Merge from mysql-5.0.66-release

parents 5fce61fb 3bcbaf6c
......@@ -1017,7 +1017,7 @@ static const char *my_get_module_parent(char *buf, size_t size)
{
char *last= NULL;
char *end;
if (!GetModuleFileName(NULL, buf, size))
if (!GetModuleFileName(NULL, buf, (DWORD) size))
return NULL;
end= strend(buf);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment