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

Fix rename of struct gap. ab - LOOK AT THIS. You changed one module

but not the other. This now compiles but I need verification.
Jeremy.
(This used to be commit 787c9764b3)
This commit is contained in:
Jeremy Allison 2003-08-28 18:11:11 +00:00
parent e83031c84d
commit 76bcb93c66

View File

@ -281,7 +281,7 @@ static const uint16 to_ucs2[256] = {
[0xff] = 0x00A0,
};
static const struct gap from_idx[] = {
static const struct charset_gap_table from_idx[] = {
/* start, end, idx */
{ 0x0000, 0x007f, 0 },
{ 0x00a0, 0x00ff, -32 },