Skip to content
Snippets Groups Projects
Commit bd56646d authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Move swap version and platform in banner to accommodate 40 column display

This should now display pretty normally on both 40 and 80 column displays.

"FreeBSD" is 7 chars, so make that the max expected platform name (for now).

Addresses issue #746, request from Nelgin
parent 750bea33
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
Pipeline #6364 passed
......@@ -1727,8 +1727,8 @@ int main(int argc, char** argv)
/* Generate and display banner */
/*******************************/
sprintf(banner,"\n%s v2.0-%s"
" Copyright %s Rob Swindell"
sprintf(banner,"\n%s/%-7s "
"v2.0 Copyright %s Rob Swindell"
,TITLE
,PLATFORM_DESC
,&__DATE__[7]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment