SOURCES: libgda-typo.patch (NEW) - fix typo in postgres provider

qboosh qboosh at pld-linux.org
Tue Feb 21 21:48:31 CET 2006


Author: qboosh                       Date: Tue Feb 21 20:48:31 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix typo in postgres provider

---- Files affected:
SOURCES:
   libgda-typo.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/libgda-typo.patch
diff -u /dev/null SOURCES/libgda-typo.patch:1.1
--- /dev/null	Tue Feb 21 21:48:31 2006
+++ SOURCES/libgda-typo.patch	Tue Feb 21 21:48:25 2006
@@ -0,0 +1,11 @@
+--- libgda-1.9.100/providers/postgres/utils.c.orig	2005-09-22 12:24:01.000000000 +0200
++++ libgda-1.9.100/providers/postgres/utils.c	2006-02-21 20:28:46.267416250 +0100
+@@ -289,7 +289,7 @@
+ 		break;
+ 	case GDA_VALUE_TYPE_BLOB :
+ 		blob = gda_postgres_blob_new (cnc);
+-		gda_postgres_blob_set_id (GDA_POSTRES_BLOB (blob), atoi (thevalue));
++		gda_postgres_blob_set_id (GDA_POSTGRES_BLOB (blob), atoi (thevalue));
+ 		gda_value_set_blob (value, blob);
+  		break;
+ 	default :
================================================================


More information about the pld-cvs-commit mailing list