Changeset 6141 for trunk/AWT/AWT_nds.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/AWT/AWT_nds.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/AWT/AWT_nds.cxx
r6100 r6141 583 583 const char *make_node_text_nds(GBDATA *gb_main, GBDATA * gbd, int mode, GBT_TREE *species, const char *tree_name) 584 584 { 585 // mode == MNTN_COMPRESSED compress info (no tabbing, sep erate single fields by komma)585 // mode == MNTN_COMPRESSED compress info (no tabbing, separate single fields by comma) 586 586 // mode == MNTN_SPACED format info (using spaces) 587 587 // mode == MNTN_TABBED format info (using 1 tab per column - for easy import into star-calc, excel, etc. ) … … 678 678 switch (mode) { 679 679 case MNTN_COMPRESSED: 680 if (!field_was_printed) break; // no komma no space if nothing printed yet681 awt_nds_ms->append(','); // sep erate single fields by komma in compressed mode680 if (!field_was_printed) break; // no comma no space if nothing printed yet 681 awt_nds_ms->append(','); // separate single fields by comma in compressed mode 682 682 // fall-through 683 683 case MNTN_SPACED:
