Revision: 2342
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2342&view=rev
Author: teuf
Date: 2009-05-02 19:00:46 +0000 (Sat, 02 May 2009)
Log Message:
-----------
mhba is never used.
Since mhba is never used don't bother assigning it.
Modified Paths:
--------------
libgpod/trunk/ChangeLog
libgpod/trunk/src/db-artwork-writer.c
Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog 2009-05-02 19:00:30 UTC (rev 2341)
+++ libgpod/trunk/ChangeLog 2009-05-02 19:00:46 UTC (rev 2342)
@@ -2,6 +2,12 @@
Patch from: Erik Hovland <[email protected]>
+ * src/db-artwork-writer.c: remove useless assignment of mhba
+
+2009-05-02 Christophe Fergeau <[email protected]>
+
+ Patch from: Erik Hovland <[email protected]>
+
* src/itdb_itunesdb.c: don't access out of 'db' bounds when
building the pathname in an error case
Modified: libgpod/trunk/src/db-artwork-writer.c
===================================================================
--- libgpod/trunk/src/db-artwork-writer.c 2009-05-02 19:00:30 UTC (rev
2341)
+++ libgpod/trunk/src/db-artwork-writer.c 2009-05-02 19:00:46 UTC (rev
2342)
@@ -669,7 +669,6 @@
return -1;
}
total_bytes += bytes_written;
- mhba = ipod_buffer_get_pointer (buffer);
for (it = album->members; it != NULL; it = it->next) {
Itdb_Artwork *photo = it->data;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations
Conference from O'Reilly Media. Velocity features a full day of
expert-led, hands-on workshops and two days of sessions from industry
leaders in dedicated Performance & Operations tracks. Use code vel09scf
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2