Tighten packing of strings into rows

This commit is contained in:
whydoubt
2004-08-25 02:15:06 +00:00
parent e5b867efd9
commit 84f4d7b812
2 changed files with 1 additions and 4 deletions

View File

@@ -58,10 +58,6 @@ mdb_ascii2unicode(MdbHandle *mdb, unsigned char *buf, int offset, unsigned int l
dest[i*2+1] = 0;
i++;
}
/* NULL */
dest[i*2] = 0;
dest[i*2+1] = 0;
i++;
return (i*2);
}