mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
nfa_api_queue: debug printf format fix
This commit is contained in:
parent
863ea1b2b2
commit
62776b615b
@ -277,7 +277,7 @@ void debugQueue(const struct mq *q) {
|
||||
type = "MQE_TOP_N";
|
||||
break;
|
||||
}
|
||||
DEBUG_PRINTF("\tq[%u] %lld %d:%s\n", cur, q->items[cur].location,
|
||||
DEBUG_PRINTF("\tq[%u] %lld %u:%s\n", cur, q->items[cur].location,
|
||||
q->items[cur].type, type);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user