diff options
| author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2007-05-01 03:40:38 +0000 |
|---|---|---|
| committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2007-05-01 03:40:38 +0000 |
| commit | 11007f2c0535c595001a21699c3afed8b20168aa (patch) | |
| tree | 5ead541a00da651be4f126ff370bee9e1dee492a /ChangeLog | |
| parent | 8b23407b284cd01b207cb9ad1a54bdad3d5468d5 (diff) | |
| download | libgpod-11007f2c0535c595001a21699c3afed8b20168aa.tar.gz libgpod-11007f2c0535c595001a21699c3afed8b20168aa.tar.xz libgpod-11007f2c0535c595001a21699c3afed8b20168aa.zip | |
* src/itdb_itunesdb.c (itdb_cp_track_to_ipod): removed static
variable "dir_num" which was initialized once and cycled through
for each track transfered. This doesn't seem right since
different iPods with different number of music directories may
be connected at the same time, and itdb_cp_track_to_ipod() may
be called for different iTunesDBs at the same in in a threaded
environment. Since there is no inherent value in cycling through
the directories, a random directory is selected each time.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1425 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2007-05-01 Jorg Schuler <jcsjcs at users.sourceforge.net> + + * src/itdb_itunesdb.c (itdb_cp_track_to_ipod): removed static + variable "dir_num" which was initialized once and cycled through + for each track transfered. This doesn't seem right since + different iPods with different number of music directories may + be connected at the same time, and itdb_cp_track_to_ipod() may + be called for different iTunesDBs at the same in in a threaded + environment. Since there is no inherent value in cycling through + the directories, a random directory is selected each time. + 2007-04-30 Jorg Schuler <jcsjcs at users.sourceforge.net> * src/itdb_itunesdb (itdb_parse_internal): fixed compile warning |
