]> git.pld-linux.org Git - packages/aspseek.git/commitdiff
This commit was manufactured by cvs2git to create branch 'RA-branch'.
authorcvs2git <feedback@pld-linux.org>
Mon, 15 Sep 2003 13:25:48 +0000 (13:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Cherrypick from master 2003-09-15 13:25:48 UTC ankry <ankry@pld-linux.org> '5101d8ebcb3d17d22c0ccf2d701a0ee6  aspseek-mysql4.patch':
    aspseek-mysql4.patch -> 1.1

aspseek-mysql4.patch [new file with mode: 0644]

diff --git a/aspseek-mysql4.patch b/aspseek-mysql4.patch
new file mode 100644 (file)
index 0000000..dc8b0b7
--- /dev/null
@@ -0,0 +1,11 @@
+--- aspseek-1.2.8/src/mysql/mysqldb.cpp~       Mon Sep 15 15:24:39 2003
++++ aspseek-1.2.8/src/mysql/mysqldb.cpp        Mon Sep 15 15:24:39 2003
+@@ -388,7 +388,7 @@
+ char* CMySQLDatabase::DispError(void)
+ {
+-        char *str;
++        const char *str;
+       int len;
+         str = mysql_error(&m_my);
+       len = strlen(str);
This page took 0.072274 seconds and 4 git commands to generate.