[2/3] msi: Increase the string table hash size.

Hans Leidekker hans at codeweavers.com
Tue Dec 1 04:41:38 CST 2009


---
 dlls/msi/string.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msi/string.c b/dlls/msi/string.c
index cfaf895..5802912 100644
--- a/dlls/msi/string.c
+++ b/dlls/msi/string.c
@@ -40,7 +40,7 @@
 
 WINE_DEFAULT_DEBUG_CHANNEL(msidb);
 
-#define HASH_SIZE 0x101
+#define HASH_SIZE 2579
 #define LONG_STR_BYTES 3
 
 typedef struct _msistring
-- 
1.6.3.3





More information about the wine-patches mailing list