Changeset 6357 for trunk/EDIT4/EDB_root_bact.cxx
- Timestamp:
- 19/01/10 13:50:30 (2 years ago)
- Files:
-
- 1 modified
-
trunk/EDIT4/EDB_root_bact.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EDIT4/EDB_root_bact.cxx
r6353 r6357 75 75 not_found_counter++; 76 76 if (not_found_counter <= MAX_SHOWN_MISSING_SPECIES) { 77 sprintf(dummy,"% ld. %s\n", not_found_counter, str);77 sprintf(dummy,"%zu. %s\n", not_found_counter, str); 78 78 GBS_strcat(not_found_message,dummy); 79 79 } … … 88 88 not_found_counter++; 89 89 if (not_found_counter <= MAX_SHOWN_MISSING_SPECIES) { 90 sprintf(dummy,"% ld. %s (no data in alignment)\n", not_found_counter, str);90 sprintf(dummy,"%zu. %s (no data in alignment)\n", not_found_counter, str); 91 91 GBS_strcat(not_found_message,dummy); 92 92 }
