Changeset 6357 for trunk/EDIT4/ED4_cursor.cxx
- Timestamp:
- 19/01/10 13:50:30 (2 years ago)
- Files:
-
- 1 modified
-
trunk/EDIT4/ED4_cursor.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EDIT4/ED4_cursor.cxx
r6353 r6357 599 599 void ED4_finish_and_show_notFoundMessage() { 600 600 if (not_found_counter != 0) { 601 GBS_strcat(not_found_message, GBS_global_string("(skipped display of % imore species)\n", not_found_counter-MAX_SHOWN_MISSING_SPECIES));601 GBS_strcat(not_found_message, GBS_global_string("(skipped display of %zu more species)\n", not_found_counter-MAX_SHOWN_MISSING_SPECIES)); 602 602 char *out_message = GBS_strclose(not_found_message); 603 603 aw_message(out_message); 604 aw_message(GBS_global_string("Couldn't load % ispecies:", not_found_counter));604 aw_message(GBS_global_string("Couldn't load %zu species:", not_found_counter)); 605 605 free(out_message); 606 606 }
