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

Include just date in the program-ID (as before) the switch for build->Git date

parent 708095ab
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -246,9 +246,9 @@ char* msg_program_id(char* pid, size_t maxlen)
char compiler[64];
DESCRIBE_COMPILER(compiler);
snprintf(pid, maxlen, "%.10s %s%c-%s %s/%s %s %s"
snprintf(pid, maxlen, "%.10s %s%c-%s %s/%s %.10s %s"
,VERSION_NOTICE,VERSION,REVISION,PLATFORM_DESC
,GIT_BRANCH, GIT_HASH
,GIT_DATE,compiler);
,GIT_DATE, compiler);
return pid;
}
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