Changeset 6141 for trunk/ARBDB/EXAMPLES/write_all_species.c
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/ARBDB/EXAMPLES/write_all_species.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ARBDB/EXAMPLES/write_all_species.c
r5390 r6141 15 15 if(!gb_main) 16 16 { 17 printf(" konnte Datenbank nicht oeffnen\n");17 printf("could not open database '%s'\n", path); 18 18 return(-1); 19 19 }
