forked from Mirrors/freeswitch
freetdm: fix win compilation
This commit is contained in:
parent
184f395553
commit
5e3377c7a4
|
@ -376,7 +376,7 @@ struct ftdm_iterator {
|
|||
unsigned int allocated:1;
|
||||
union {
|
||||
struct {
|
||||
int32_t index;
|
||||
uint32_t index;
|
||||
const ftdm_span_t *span;
|
||||
} chaniter;
|
||||
ftdm_hash_iterator_t *hashiter;
|
||||
|
|
Loading…
Reference in New Issue