Fix key length calculation.

This commit is contained in:
Andrei Zmievski 2006-10-24 15:35:16 +00:00
parent cba6bfb514
commit fbc37c81af

View File

@ -61,6 +61,7 @@
} else { \
type = IS_UNICODE; \
tmp = arKey.u = u; \
nKeyLength = u_len + 1; \
} \
}