freetdm: fix win compilation

This commit is contained in:
Moises Silva 2010-09-20 18:19:33 -04:00
parent 184f395553
commit 5e3377c7a4
1 changed files with 1 additions and 1 deletions

View File

@ -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;