mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
Tighten packing of strings into rows
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
Tue Aug 24 21:04:17 CDT 2004 Jeff Smith <whydoubt@yahoo.com>
|
Tue Aug 24 21:04:17 CDT 2004 Jeff Smith <whydoubt@yahoo.com>
|
||||||
* include/mdbsql.h:
|
* include/mdbsql.h:
|
||||||
* src/sql/mdbsql.c: Tidy up a few SQL-related functions
|
* src/sql/mdbsql.c: Tidy up a few SQL-related functions
|
||||||
|
* src/libmdb/iconv.c: Tighten packing of strings into rows
|
||||||
|
|
||||||
Sat Aug 21 21:21:56 CDT 2004 Jeff Smith <whydoubt@yahoo.com>
|
Sat Aug 21 21:21:56 CDT 2004 Jeff Smith <whydoubt@yahoo.com>
|
||||||
* src/libmdb/file.c: Clean up a bug in the new mdb_get_single/double
|
* src/libmdb/file.c: Clean up a bug in the new mdb_get_single/double
|
||||||
|
|||||||
@@ -58,10 +58,6 @@ mdb_ascii2unicode(MdbHandle *mdb, unsigned char *buf, int offset, unsigned int l
|
|||||||
dest[i*2+1] = 0;
|
dest[i*2+1] = 0;
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
/* NULL */
|
|
||||||
dest[i*2] = 0;
|
|
||||||
dest[i*2+1] = 0;
|
|
||||||
i++;
|
|
||||||
|
|
||||||
return (i*2);
|
return (i*2);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user