]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Rework some of the Unicode handling to avoid alignment problems.
authorTim Kientzle <kientzle@gmail.com>
Sun, 21 Mar 2010 00:35:41 +0000 (20:35 -0400)
committerTim Kientzle <kientzle@gmail.com>
Sun, 21 Mar 2010 00:35:41 +0000 (20:35 -0400)
commitfc59e428b9dbe4d815de4d31b6c1c679a0a873dc
tree9dbd164b61199db779f35982734883d8523e4860
parent39e9e8ac1a571b576a538e18da33cd7349e60f75
Rework some of the Unicode handling to avoid alignment problems.
A lot of processors have strict alignment and GCC on such
processors complains loudly when you cast a char * to an int16_t *.

SVN-Revision: 2041
libarchive/archive_write_set_format_iso9660.c