summaryrefslogtreecommitdiff
path: root/databases/libgda3/files/patch-libgda_handlers_gda-handler-numerical.c
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-24 04:22:10 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-24 04:22:10 +0000
commit8b4fe8856a0ef7bc1fe3329dcd6069695d1d0535 (patch)
tree049b5f95ee4780a8a398cf6727e2feeb10a59319 /databases/libgda3/files/patch-libgda_handlers_gda-handler-numerical.c
parentAdd telepathy-mission-control, a Telepathy component which allows (diff)
Update libgda3 to 3.0.2, and split out the various database backends as
slave ports. Submitted by: kwm
Notes
Notes: svn path=/head/; revision=209659
Diffstat (limited to 'databases/libgda3/files/patch-libgda_handlers_gda-handler-numerical.c')
-rw-r--r--databases/libgda3/files/patch-libgda_handlers_gda-handler-numerical.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/libgda3/files/patch-libgda_handlers_gda-handler-numerical.c b/databases/libgda3/files/patch-libgda_handlers_gda-handler-numerical.c
deleted file mode 100644
index de8c67a2e089..000000000000
--- a/databases/libgda3/files/patch-libgda_handlers_gda-handler-numerical.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libgda/handlers/gda-handler-numerical.c~ Mon Jan 23 02:57:38 2006
-+++ libgda/handlers/gda-handler-numerical.c Sun Mar 26 10:18:42 2006
-@@ -231,7 +231,7 @@
-
- switch (type) {
- case GDA_VALUE_TYPE_BIGINT:
-- value = gda_value_new_bigint (atoll (str));
-+ value = gda_value_new_bigint (strtoll (str, (char **)NULL, 10));
- break;
- case GDA_VALUE_TYPE_DOUBLE:
- value = gda_value_new_double (atof (str));