]> granicus.if.org Git - php/commitdiff
MFH: remove debug output and fix bug #37589
authorAntony Dovgal <tony2001@php.net>
Thu, 25 May 2006 11:46:38 +0000 (11:46 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 25 May 2006 11:46:38 +0000 (11:46 +0000)
ext/dbase/dbf_head.c

index f45a99cfddbda63dc6a786a84d74d967339ace3b..be3fe5cd98151ec0bcd5d9f77f78350869f22c82 100644 (file)
@@ -260,7 +260,6 @@ dbhead_t *dbf_open(char *dp, int o_flags TSRMLS_DC)
        }
 
        if ((dbh = get_dbf_head(fd)) == NULL) {
-               fprintf(stderr, "Unable to get header\n");
                return NULL;
        }
        dbh->db_name = cp;