mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
armsrc check: skip if no src available; postpone warning
This commit is contained in:
parent
bbf49ab560
commit
14f62eaa88
3 changed files with 15 additions and 7 deletions
|
@ -287,6 +287,7 @@ static void SendVersion(void) {
|
|||
strncat(VersionString, "\n", sizeof(VersionString) - strlen(VersionString) - 1);
|
||||
}
|
||||
|
||||
|
||||
FormatVersionInformation(temp, sizeof(temp), " os: ", &g_version_information);
|
||||
strncat(VersionString, temp, sizeof(VersionString) - strlen(VersionString) - 1);
|
||||
strncat(VersionString, "\n", sizeof(VersionString) - strlen(VersionString) - 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue