mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
commit
60ee6495b7
@ -383,7 +383,7 @@ mdb_index_hash_text(MdbHandle *mdb, char *text, char *hash)
|
|||||||
{
|
{
|
||||||
#ifdef __MSWSTR_H__
|
#ifdef __MSWSTR_H__
|
||||||
char *out_ptr = alloca((len+1)*2);
|
char *out_ptr = alloca((len+1)*2);
|
||||||
int i;
|
unsigned int i;
|
||||||
// mdb_ascii2unicode doesn't work, we don't want unicode compression!
|
// mdb_ascii2unicode doesn't work, we don't want unicode compression!
|
||||||
for (i=0; i<len+1; i++) {
|
for (i=0; i<len+1; i++) {
|
||||||
out_ptr[i*2] = text[i];
|
out_ptr[i*2] = text[i];
|
||||||
|
Loading…
Reference in New Issue
Block a user