tony2001 Thu May 25 11:46:12 2006 UTC
Modified files:
/php-src/ext/dbase dbf_head.c
Log:
remove debug output and fix bug #37589
http://cvs.php.net/viewcvs.cgi/php-src/ext/dbase/dbf_head.c?r1=1.15&r2=1.16&diff_format=u
Index: php-src/ext/dbase/dbf_head.c
diff -u php-src/ext/dbase/dbf_head.c:1.15 php-src/ext/dbase/dbf_head.c:1.16
--- php-src/ext/dbase/dbf_head.c:1.15 Mon Jan 23 22:40:39 2006
+++ php-src/ext/dbase/dbf_head.c Thu May 25 11:46:12 2006
@@ -260,7 +260,6 @@
}
if ((dbh = get_dbf_head(fd)) == NULL) {
- fprintf(stderr, "Unable to get header\n");
return NULL;
}
dbh->db_name = cp;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php