diff options
| author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2007-06-01 13:56:32 +0000 |
|---|---|---|
| committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2007-06-01 13:56:32 +0000 |
| commit | 0f0282ae958409f87b0da99d4f0664cee0d76afa (patch) | |
| tree | 54443d4dd2134351da8c4cbfd998f68fea159a6b /ChangeLog | |
| parent | 5596541efc1090ba11dc93f1236d4b7e9affc136 (diff) | |
| download | libgpod-0f0282ae958409f87b0da99d4f0664cee0d76afa.tar.gz libgpod-0f0282ae958409f87b0da99d4f0664cee0d76afa.tar.xz libgpod-0f0282ae958409f87b0da99d4f0664cee0d76afa.zip | |
* src/db-artwork-parser.c (parse_mhba): non-zero terminated
string was copied using g_strdup() instead of g_strndup(). This
affected album names of the Photo Database.
src/db-artwork-writer.c (write_mhod_type_1): convert 'type' as
16 bit integer, not 32 bit integer. Potential problem on
non-standard endian system (iPod side).
src/db-itunes-parser.h: '#if 0' unused structure to avoid
confusion.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1514 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2007-05-27 Jorg Schuler <jcsjcs at users.sourceforge.net> + + * src/db-artwork-parser.c (parse_mhba): non-zero terminated + string was copied using g_strdup() instead of g_strndup(). This + affected album names of the Photo Database. + + src/db-artwork-writer.c (write_mhod_type_1): convert 'type' as + 16 bit integer, not 32 bit integer. Potential problem on + non-standard endian system (iPod side). + + src/db-itunes-parser.h: '#if 0' unused structure to avoid + confusion. + 2007-05-30 Todd Zullinger <tmzullinger at users.sourceforge.net> * bindings/python/tests/resources/iTunes/iTunesDB.ext |
