]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fux type
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 15 Jun 2007 20:58:46 +0000 (20:58 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 15 Jun 2007 20:58:46 +0000 (20:58 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@261 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/openzap/src/zap_io.c

index b997a0156c33afa363c2a0672e0c790d79fb5698..416562c087feb81fd5f7dc2ef4b806ca09638a07 100644 (file)
@@ -1406,7 +1406,7 @@ zap_status_t zap_channel_read(zap_channel_t *zchan, void *data, zap_size_t *data
 
                if (zap_test_flag(zchan, ZAP_CHANNEL_CALLERID_DETECT)) {
                        if (zap_fsk_demod_feed(&zchan->fsk, sln, slen) != ZAP_SUCCESS) {
-                               uint32_t type, mlen;
+                               zap_size_t type, mlen;
                                char str[128], *sp;
                                
                                while(zap_fsk_data_parse(&zchan->fsk, &type, &sp, &mlen) == ZAP_SUCCESS) {