]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
changed usigned char
authorBrian West <brian@freeswitch.org>
Mon, 12 Mar 2007 02:38:55 +0000 (02:38 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 12 Mar 2007 02:38:55 +0000 (02:38 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4561 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/formats/mod_shout/mod_shout.c

index 1827c4f8cae599de2c45f59840c34f0778329ff5..f18b2f2255c98512a62a651e949b18a451c71e51 100644 (file)
@@ -297,7 +297,7 @@ static switch_status_t shout_file_write(switch_file_handle_t *handle, void *data
        shout_context_t *context = handle->private_info;
 
 
-    char mp3buf[2048] = "";
+    unsigned char mp3buf[2048] = "";
     long ret = 0;
     int rlen;
     int16_t *audio = data;