cvs: php4 /ext/dba/ dba_cdb.c

[email protected] ("Sterling Hughes")
Newsgroups php.version4
Message-ID <cvssterling958950909@cvsserver>
sterling		Mon May 22 01:15:09 2000 EDT

  Modified files:
    /php4/ext/dba	dba_cdb.c 
  Log:
  fix bug 4533
  
  
Index: php4/ext/dba/dba_cdb.c
diff -u php4/ext/dba/dba_cdb.c:1.3 php4/ext/dba/dba_cdb.c:1.4
--- php4/ext/dba/dba_cdb.c:1.3	Sun Apr 30 21:01:16 2000
+++ php4/ext/dba/dba_cdb.c	Mon May 22 01:15:09 2000
@@ -27,7 +27,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: dba_cdb.c,v 1.3 2000/04/30 19:01:16 andi Exp $ */
+/* $Id: dba_cdb.c,v 1.4 2000/05/21 23:15:09 sterling Exp $ */
 
 #include "php.h"
 
@@ -71,7 +71,7 @@
 	cdb = malloc(sizeof *cdb);
 	memset(cdb, 0, sizeof *cdb);
 
-	cdb->fd = V_OPEN((info->path, gmode))
+	cdb->fd = V_OPEN((info->path, gmode));
 	if(cdb->fd < 0) {
 		free(cdb);
 		return FAILURE;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.