change type of int
This commit is contained in:
parent
0d1f5d09b3
commit
6bed5d09a1
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue