fix: coverity 274220
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user