Changeset 6141 for trunk/ARBDBPP/adseq.cxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/ARBDBPP/adseq.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ARBDBPP/adseq.cxx
r5839 r6141 566 566 567 567 /*** EDIT Functions *******/ 568 // don t call put operations !!!!!!!!!!568 // don't call put operations !!!!!!!!!! 569 569 570 570 AD_ERR * AD_SEQ::insert(char *text,long position, int direction) { … … 693 693 if ( end < 0 || end >= seq_len ) 694 694 return 0; // end reached 695 if (end == position) return 0; // don t push '.'695 if (end == position) return 0; // don't push '.' 696 696 697 697 int gap = '-';
