mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28:53 +00:00
use matching char types for strings (issue #5106)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6506 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user