aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql51-server/files/patch-ndb::src::mgmclient::main.cpp
blob: ef1f6711f4696384efa36dc901770ee58f0a3a90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ndb/src/mgmclient/main.cpp.orig	Mon Jan 10 15:36:57 2005
+++ ndb/src/mgmclient/main.cpp	Mon Jan 10 15:37:26 2005
@@ -122,7 +122,7 @@
   }
 #ifdef HAVE_READLINE
   /* Get a line from the user. */
-  line_read = readline (prompt);    
+  line_read = readline ((char *)prompt);    
   /* If the line has any text in it, save it on the history. */
   if (line_read && *line_read)
     add_history (line_read);