Revision: 2275
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2275&view=rev
Author:   tmzullinger
Date:     2009-03-17 19:36:43 +0000 (Tue, 17 Mar 2009)

Log Message:
-----------
Fix id3_get_string typo (LOCALDEGUB -> LOCALDEBUG)

Modified Paths:
--------------
    gtkpod/trunk/ChangeLog
    gtkpod/trunk/src/mp3file.c

Modified: gtkpod/trunk/ChangeLog
===================================================================
--- gtkpod/trunk/ChangeLog      2009-03-16 18:20:28 UTC (rev 2274)
+++ gtkpod/trunk/ChangeLog      2009-03-17 19:36:43 UTC (rev 2275)
@@ -1,3 +1,8 @@
+2009-03-17  Todd Zullinger  <tmzullinger at users.sourceforge.net>
+
+       * src/mp3file.c:
+         Fix id3_get_string typo (LOCALDEGUB -> LOCALDEBUG)
+
 2009-03-16  Todd Zullinger  <tmzullinger at users.sourceforge.net>
 
        * src/mp3file.c (mp3_get_track_lame_replaygain):

Modified: gtkpod/trunk/src/mp3file.c
===================================================================
--- gtkpod/trunk/src/mp3file.c  2009-03-16 18:20:28 UTC (rev 2274)
+++ gtkpod/trunk/src/mp3file.c  2009-03-17 19:36:43 UTC (rev 2275)
@@ -1152,7 +1152,7 @@
     enum id3_field_textencoding encoding = ID3_FIELD_TEXTENCODING_ISO_8859_1;
 
     frame = id3_tag_findframe (tag, frame_name, 0);
-#if LOCALDEGUB
+#if LOCALDEBUG
     printf ("frame: %p\n", frame); 
 #endif
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to