Commit 18e0e280 authored by kent@mysql.com's avatar kent@mysql.com Committed by mysqldev
Browse files

Merge from mysql-5.0.66-release

parents 9ec2c49c 28e02b17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);