]> git.pld-linux.org Git - packages/libgda.git/blame - libgda-typo.patch
- disabled firebird on ppc/x86_64, added configure patch, rel.5
[packages/libgda.git] / libgda-typo.patch
CommitLineData
ad824b04
JB
1--- libgda-1.9.100/providers/postgres/utils.c.orig 2005-09-22 12:24:01.000000000 +0200
2+++ libgda-1.9.100/providers/postgres/utils.c 2006-02-21 20:28:46.267416250 +0100
3@@ -289,7 +289,7 @@
4 break;
5 case GDA_VALUE_TYPE_BLOB :
6 blob = gda_postgres_blob_new (cnc);
7- gda_postgres_blob_set_id (GDA_POSTRES_BLOB (blob), atoi (thevalue));
8+ gda_postgres_blob_set_id (GDA_POSTGRES_BLOB (blob), atoi (thevalue));
9 gda_value_set_blob (value, blob);
10 break;
11 default :
This page took 0.101367 seconds and 4 git commands to generate.