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

Truncate the GIT date (remove time) in Program ID.

parent 7b585bef
No related branches found
No related tags found
No related merge requests found
...@@ -123,7 +123,7 @@ const char* sbbsecho_pid(void) ...@@ -123,7 +123,7 @@ const char* sbbsecho_pid(void)
{ {
static char str[256]; static char str[256];
snprintf(str, sizeof str, "SBBSecho %u.%02u-%s %s/%s %s %s" snprintf(str, sizeof str, "SBBSecho %u.%02u-%s %s/%s %.11s %s"
,SBBSECHO_VERSION_MAJOR,SBBSECHO_VERSION_MINOR,PLATFORM_DESC,GIT_BRANCH,GIT_HASH,GIT_DATE,compiler); ,SBBSECHO_VERSION_MAJOR,SBBSECHO_VERSION_MINOR,PLATFORM_DESC,GIT_BRANCH,GIT_HASH,GIT_DATE,compiler);
return str; return str;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment