Blob Blame History Raw
--- libgda-1.2.0/providers/bdb/gda-bdb-recordset.c.orig	2005-02-04 12:38:17.332297982 +0000
+++ libgda-1.2.0/providers/bdb/gda-bdb-recordset.c	2005-02-04 12:39:29.939219610 +0000
@@ -227,6 +227,9 @@
 
 	/* get the number of records in the database */
 	ret = dbp->stat (dbp,
+#if BDB_VERSION > 40300
+			 NULL,
+#endif
 			 &statp,
 #if BDB_VERSION < 40000
 			 NULL,