mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Updated nameing (svn -> git) & fixed whitespaces.
This commit is contained in:
parent
23ca86b833
commit
9c6837165b
3 changed files with 5 additions and 5 deletions
|
@ -239,7 +239,7 @@ void FormatVersionInformation(char *dst, int len, const char *prefix, void *vers
|
|||
return;
|
||||
}
|
||||
|
||||
strncat(dst, v->svnversion, len);
|
||||
strncat(dst, v->gitversion, len);
|
||||
if(v->clean == 0) {
|
||||
strncat(dst, "-unclean", len);
|
||||
} else if(v->clean == 2) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue