diff --git a/src/common/src/texpr.c b/src/common/src/texpr.c index 7c17a0a98053d0d408a43f941e10150a71a804d6..cdb13edb08962eed700258f10aa2d476dac75c9d 100644 --- a/src/common/src/texpr.c +++ b/src/common/src/texpr.c @@ -2116,7 +2116,7 @@ void vectorTimeFunc(int16_t functionId, tExprOperandInfo *pInputs, int32_t numIn break; } default: { - timeVal = 0; + timeVal = timeVal; break; } }