Update of /cvsroot/gtkpod/gtkpod/src
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv10588/src
Modified Files:
mp3file.c
Log Message:
* src/mp3file.c: Todd Zullinger caught the break statement at
the wrong place.
Index: mp3file.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/mp3file.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- mp3file.c 26 Sep 2006 15:22:17 -0000 1.72
+++ mp3file.c 27 Sep 2006 14:22:13 -0000 1.73
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-09-27 00:20:22 jcs>
+/* Time-stamp: <2006-09-27 22:38:49 jcs>
|
| Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
| Part of the gtkpod project.
@@ -1328,11 +1328,11 @@
if (pictype == 3)
{
coverart = id3_get_binary (id3tag, "APIC", &len, i);
+ break;
}
if ((pictype == 0) && !coverart)
{
coverart = id3_get_binary (id3tag, "APIC", &len, i);
- break;
}
}
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2