diff options
| author | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-06-01 13:56:32 +0000 |
|---|---|---|
| committer | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-06-01 13:56:32 +0000 |
| commit | a89bbc3006c001f1e5c91dd686dd904719d153e5 (patch) | |
| tree | 54443d4dd2134351da8c4cbfd998f68fea159a6b /ChangeLog | |
| parent | 3e1ea8d3ffbb1a969344dc48cc1b0fbe7e5f2cea (diff) | |
| download | libgpod-a89bbc3006c001f1e5c91dd686dd904719d153e5.tar.gz libgpod-a89bbc3006c001f1e5c91dd686dd904719d153e5.tar.xz libgpod-a89bbc3006c001f1e5c91dd686dd904719d153e5.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 |
