[td-255] fix compiler error.

This commit is contained in:
Haojun Liao 2021-08-25 14:25:01 +08:00
parent 7870763277
commit 10b3e4d85a
1 changed files with 1 additions and 1 deletions

View File

@ -1016,7 +1016,7 @@ static void ensureOutputBuf(SSLimitOperatorInfo * pInfo, SSDataBlock *pResultBlo
}
pInfo->capacity = total;
pInfo->threshold = total * 0.8;
pInfo->threshold = (int64_t)(total * 0.8);
}
}
}