1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

s3/registry: fix compile warning on openindiana

This commit is contained in:
Björn Jacke 2012-08-23 15:55:40 +02:00 committed by Bjoern Jacke
parent e14bf399cf
commit cbcfd85f41

View File

@ -300,7 +300,7 @@ static const struct {
const char* const name;
charset_t ctype;
int len;
char seq[4];
uint8_t seq[4];
} BOM[] = {
{"UTF-8", CH_UTF8, 3, {0xEF, 0xBB, 0xBF}},
{"UTF-32LE", CH_INVALID, 4, {0xFF, 0xFE, 0x00, 0x00}},