List:Commits« Previous MessageNext Message »
From:kent Date:July 19 2008 12:54am
Subject:bzr push into mysql-5.0 branch (kent:2642)
View as plain text  
 2642 kent@stripped	2008-07-19 [merge]
      Merge from mysql-5.0.66-release
modified:
  mysys/default.c

=== modified file 'mysys/default.c'
--- a/mysys/default.c	2008-07-02 14:37:29 +0000
+++ b/mysys/default.c	2008-07-09 10:03:48 +0000
@@ -1017,7 +1017,7 @@ static const char *my_get_module_parent(
 {
   char *last= NULL;
   char *end;
-  if (!GetModuleFileName(NULL, buf, size))
+  if (!GetModuleFileName(NULL, buf, (DWORD) size))
     return NULL;
   end= strend(buf);
 

Thread
bzr push into mysql-5.0 branch (kent:2642) kent19 Jul