Re: [2/7] webservices: Add an index to the static dictionary.
Hans Leidekker <hans(a)codeweavers.com> writes:
+static const ULONG dict_sorted[] = +{ + 81, 91, 129, 314, 185, 164, 346, 66, 235, 305, 14, 6, 114, 97, 96, 94, 11, 95, 110, 451, + 443, 121, 213, 7, 71, 82, 431, 343, 74, 75, 73, 59, 447, 445, 467, 163, 472, 463, 453, 409,
Why is it so large? Shouldn't it be the same size as the strings array? -- Alexandre Julliard julliard(a)winehq.org
On Wed, 2017-06-28 at 16:22 +0200, Alexandre Julliard wrote:
Hans Leidekker <hans(a)codeweavers.com> writes:
+static const ULONG dict_sorted[] = +{ + 81, 91, 129, 314, 185, 164, 346, 66, 235, 305, 14, 6, 114, 97, 96, 94, 11, 95, 110, 451, + 443, 121, 213, 7, 71, 82, 431, 343, 74, 75, 73, 59, 447, 445, 467, 163, 472, 463, 453, 409,
Why is it so large? Shouldn't it be the same size as the strings array?
Thanks for catching that. It was a bug in the script used to generate the index.
participants (2)
-
Alexandre Julliard -
Hans Leidekker