This commit is contained in:
2007-06-13 11:22:31 +00:00
parent c264556629
commit 087ee70620

View File

@ -125,11 +125,11 @@ int main(int argc, char **argv){
ecotaxonomy_t *taxonomy; // stores the taxonomy
char *database = NULL; // stores the database path (for taxonomy)
char **pattern = NULL; // stores the regex pattern
char *line[19] = {0}; // stores the line
int32_t *restricted_taxid = NULL; // stores the restricted taxid
int32_t *ignored_taxid = NULL; // stores the ignored taxid
char **pattern = NULL; // stores the regex pattern
char *line[19] = {0}; // stores the line
int current_taxid;
int32_t current_taxid;
FILE *file = NULL; // stores the data stream, stdin by default
char *stream = ECOMALLOC(sizeof(char *)*10000,"error stream buffer allocation");