View | Details | Raw Unified | Return to bug 76054
Collapse All | Expand All

(-)mysql41-server/files/patch-ndb-src-mgmclient::main.cpp (+11 lines)
Line 0 Link Here
1
--- ndb/src/mgmclient/main.cpp.orig	Tue Dec 14 10:40:36 2004
2
+++ ndb/src/mgmclient/main.cpp	Mon Jan 10 11:58:03 2005
3
@@ -122,7 +122,7 @@
4
   }
5
 #ifdef HAVE_READLINE
6
   /* Get a line from the user. */
7
-  line_read = readline (prompt);    
8
+  line_read = readline ((char *)prompt);    
9
   /* If the line has any text in it, save it on the history. */
10
   if (line_read && *line_read)
11
     add_history (line_read);

Return to bug 76054