summaryrefslogtreecommitdiff
path: root/databases/mysql++1/files/extra-patch-sqlplusint-connection.cc
blob: 1fd2f951354b81061bb281ed232179cc7d423370 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- sqlplusint/connection.cc.orig	Fri Nov 21 15:59:47 2003
+++ sqlplusint/connection.cc	Fri Nov 21 16:00:19 2003
@@ -109,7 +109,7 @@
 }
 
 string Connection::info () {
-  char *i = mysql_info(&mysql);
+  const char *i = mysql_info(&mysql);
   if (!i)
     return string();
   else