mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-19 02:27:55 +08:00
Tighten packing of strings into rows
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user