From 6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sat, 15 May 2004 15:49:17 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_10_0'. --- .../libgda3/files/patch-providers_mysql_gda-mysql-recordset.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 databases/libgda3/files/patch-providers_mysql_gda-mysql-recordset.c (limited to 'databases/libgda3/files/patch-providers_mysql_gda-mysql-recordset.c') diff --git a/databases/libgda3/files/patch-providers_mysql_gda-mysql-recordset.c b/databases/libgda3/files/patch-providers_mysql_gda-mysql-recordset.c deleted file mode 100644 index 758d31ca4869..000000000000 --- a/databases/libgda3/files/patch-providers_mysql_gda-mysql-recordset.c +++ /dev/null @@ -1,11 +0,0 @@ ---- providers/mysql/gda-mysql-recordset.c.orig Mon Feb 17 21:42:16 2003 -+++ providers/mysql/gda-mysql-recordset.c Mon Feb 17 21:42:57 2003 -@@ -102,7 +102,7 @@ - break; - case FIELD_TYPE_LONGLONG : - case FIELD_TYPE_INT24 : -- gda_value_set_bigint (field, thevalue ? atoll (thevalue) : 0); -+ gda_value_set_bigint (field, thevalue ? strtoll(thevalue, &thevalue, 10) : 0); - break; - case FIELD_TYPE_SHORT : - gda_value_set_smallint (field, thevalue ? atoi (thevalue) : 0); -- cgit v1.2.3