From: <ny...@us...> - 2006-12-27 19:11:11
|
Revision: 210 http://svn.sourceforge.net/pmplib/?rev=210&view=rev Author: nyaochi Date: 2006-12-27 11:11:11 -0800 (Wed, 27 Dec 2006) Log Message: ----------- Trivial comments in dat.c Modified Paths: -------------- trunk/pmplib/lib/pmp_iriverplus3/dat.c Modified: trunk/pmplib/lib/pmp_iriverplus3/dat.c =================================================================== --- trunk/pmplib/lib/pmp_iriverplus3/dat.c 2006-12-27 19:04:23 UTC (rev 209) +++ trunk/pmplib/lib/pmp_iriverplus3/dat.c 2006-12-27 19:11:11 UTC (rev 210) @@ -522,6 +522,7 @@ p = q; } + /* Create a new object for the file name (FileType = 2). */ uid = dato->num_entries; entry = dat_list_expand(dato); dat_entry_init(entry, &dic->objects); @@ -530,6 +531,7 @@ ip3db_variant_set_word(&entry->fields[IP3DBF_OBJECTS_FILETYPE], 2); ip3db_variant_set_str(&entry->fields[IP3DBF_OBJECTS_OBJECTNAME], file); + /* Create a music record with UID referring to the file name. */ entry = dat_list_expand(datm); dat_entry_init(entry, &dic->music); for (j = 0;j < entry->num_fields;++j) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |