]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
freetdm: fix win compilation
authorMoises Silva <moy@sangoma.com>
Mon, 20 Sep 2010 22:19:33 +0000 (18:19 -0400)
committerMoises Silva <moy@sangoma.com>
Mon, 20 Sep 2010 22:19:33 +0000 (18:19 -0400)
libs/freetdm/src/include/private/ftdm_types.h

index ba6956344dee62b0f8dce24bc1b7db1c0fcae805..843938829820753acbbeea9e88998e12ae4d1ea1 100644 (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;