From: Kevin P. Fleming Date: Fri, 2 Sep 2005 19:12:35 +0000 (+0000) Subject: use matching char types for strings (issue #5106) X-Git-Tag: 1.2.0-beta2~406 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f16cd5f39cac4f25891f2b5e9b1e8f89a48693fc;p=thirdparty%2Fasterisk.git use matching char types for strings (issue #5106) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6506 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/pbx/pbx_ael.c b/pbx/pbx_ael.c index e422e9b1a2..19fcc5dae3 100755 --- a/pbx/pbx_ael.c +++ b/pbx/pbx_ael.c @@ -31,7 +31,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") struct stringlink { struct stringlink *next; - unsigned char data[0]; + char data[0]; }; #define FILLIN_BREAK 1