提交 6bed5d09 authored 作者: Anthony Minessale's avatar Anthony Minessale

change type of int

上级 0d1f5d09
...@@ -268,7 +268,7 @@ void stfu_n_report(stfu_instance_t *i, stfu_report_t *r) ...@@ -268,7 +268,7 @@ void stfu_n_report(stfu_instance_t *i, stfu_report_t *r)
stfu_status_t _stfu_n_resize(stfu_instance_t *i, int32_t qlen, int line) stfu_status_t _stfu_n_resize(stfu_instance_t *i, int32_t qlen, int line)
{ {
stfu_status_t s; stfu_status_t s;
uint32_t incr = qlen; int32_t incr = qlen;
if (i->qlen == i->max_qlen) { if (i->qlen == i->max_qlen) {
return STFU_IT_FAILED; return STFU_IT_FAILED;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论