diff options
| author | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-08-18 04:14:21 +0000 |
|---|---|---|
| committer | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-08-18 04:14:21 +0000 |
| commit | 5e809be0d3eb2c5cd8cfec759a78a0decb496e4c (patch) | |
| tree | 0f4fac40772ae1143bb6c91136435b2c7828d507 /ChangeLog | |
| parent | 542424b6adc840593d8b8119ac382ee46e31a112 (diff) | |
| download | libgpod-5e809be0d3eb2c5cd8cfec759a78a0decb496e4c.tar.gz libgpod-5e809be0d3eb2c5cd8cfec759a78a0decb496e4c.tar.xz libgpod-5e809be0d3eb2c5cd8cfec759a78a0decb496e4c.zip | |
* src/itdb_itunesdb.c: make calls to utf16_strlen()
unnecessary. Thanks to Javier Kohen for the patch.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1680 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -3,9 +3,14 @@ * src/db-artwork-writer.c (write_mhod_type_3): don't assume that length of a utf16 string is twice the length of a utf8 string (even though this was safe here because the strings in question - were ASCII). + were ASCII). Thanks to Javier Kohen for the patch. + (write_mhod_type_1), (write_mhod_type_3): - Don't pad by 4 bytes as this achieves nothing. + Don't pad by 4 bytes as this achieves nothing. Thanks to Javier + Kohen to point this out. + + * src/itdb_itunesdb.c: make calls to utf16_strlen() + unnecessary. Thanks to Javier Kohen for the patch. 2007-08-07 Nicholas Piper <nicholas at users.sourceforge.net> |
