mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-02 21:54:10 +08:00
coverity nags
This commit is contained in:
parent
53e090e443
commit
3720ff144d
1 changed files with 2 additions and 1 deletions
|
@ -261,8 +261,9 @@ void printT55xxConfig(void) {
|
|||
else
|
||||
PRN_NA;
|
||||
|
||||
// remove last space
|
||||
s[strlen(s)] = 0;
|
||||
DbpString(s);
|
||||
DbpStringEx(FLAG_LOG, s, sizeof(s));
|
||||
}
|
||||
DbpString("");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue