mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
fix: coverity 274220
This commit is contained in:
parent
4f78edff31
commit
f5a8b0601b
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ void PrintAndLogEx(logLevel_t level, const char *fmt, ...) {
|
||||||
break;
|
break;
|
||||||
case DEBUG:
|
case DEBUG:
|
||||||
strncpy(prefix, _BLUE_("[#]"), sizeof(prefix) - 1);
|
strncpy(prefix, _BLUE_("[#]"), sizeof(prefix) - 1);
|
||||||
|
break;
|
||||||
case HINT:
|
case HINT:
|
||||||
case SUCCESS:
|
case SUCCESS:
|
||||||
strncpy(prefix, _GREEN_("[+]"), sizeof(prefix) - 1);
|
strncpy(prefix, _GREEN_("[+]"), sizeof(prefix) - 1);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue