| File src/stic.c changed (mode: 100644) (index d9a4238..a5cff30) |
| ... |
... |
int run_tests(stic_void_void tests) |
| 537 |
537 |
} |
} |
| 538 |
538 |
|
|
| 539 |
539 |
if(stic_is_display_only() || stic_machine_readable) return 1; |
if(stic_is_display_only() || stic_machine_readable) return 1; |
| 540 |
|
sprintf(version, "stic v%s%s%s", STIC_VERSION, |
|
|
540 |
|
snprintf(version, sizeof(version), "stic v%s%s%s", STIC_VERSION, |
| 541 |
541 |
(stic_suite_name[0] == '\0' ? "" : " :: "), stic_suite_name); |
(stic_suite_name[0] == '\0' ? "" : " :: "), stic_suite_name); |
| 542 |
542 |
printf("\n"); |
printf("\n"); |
| 543 |
543 |
stic_header_printer(version, stic_screen_width, '='); |
stic_header_printer(version, stic_screen_width, '='); |