[td-255] fix compiler error.
This commit is contained in:
parent
7870763277
commit
10b3e4d85a
|
@ -1016,7 +1016,7 @@ static void ensureOutputBuf(SSLimitOperatorInfo * pInfo, SSDataBlock *pResultBlo
|
||||||
}
|
}
|
||||||
|
|
||||||
pInfo->capacity = total;
|
pInfo->capacity = total;
|
||||||
pInfo->threshold = total * 0.8;
|
pInfo->threshold = (int64_t)(total * 0.8);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue