]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-2216 clang change
authorJeff Lenk <jeff@jefflenk.com>
Tue, 17 Jan 2012 20:00:58 +0000 (14:00 -0600)
committerJeff Lenk <jeff@jefflenk.com>
Tue, 17 Jan 2012 20:00:58 +0000 (14:00 -0600)
src/mod/applications/mod_spandsp/mod_spandsp_fax.c

index e814ac92f0e02b4ffe50a168dc31f1b27aa59c41..f1d56a92c589f22c13ace5042bcbca11fdceedb5 100644 (file)
@@ -1683,7 +1683,7 @@ static switch_status_t t38_gateway_on_consume_media(switch_core_session_t *sessi
        switch_codec_implementation_t read_impl = { 0 };
        int16_t *buf = NULL;
     switch_status_t status;
-    switch_size_t tx;
+    int tx;
     const char *t38_trace = switch_channel_get_variable(channel, "t38_trace");
     char *trace_read, *trace_write;
     zap_socket_t read_fd = FAX_INVALID_SOCKET, write_fd = FAX_INVALID_SOCKET;