fix coverity issue
This commit is contained in:
parent
aa33384a41
commit
2be7b7f004
|
@ -969,7 +969,7 @@ void taosFormatUtcTime(char* buf, int32_t bufLen, int64_t t, int32_t precision)
|
||||||
|
|
||||||
default:
|
default:
|
||||||
fractionLen = 0;
|
fractionLen = 0;
|
||||||
ASSERT(false);
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (taosLocalTime(", &ptm, buf) == NULL) {
|
if (taosLocalTime(", &ptm, buf) == NULL) {
|
||||||
|
|
Loading…
Reference in New Issue